pipでインストールしたモジュールがcommand not foundになる場合
#Python
前提
Pythonを
asdf
でインストールしている
解決方法
以下にパスを通す
code:bash
export PATH=$PATH:$HOME/.asdf/shims
以下を実行する
code:bash
asdf reshim python