-bash: /usr/local/bin/python: No such file or directory
virtualenvwrapper.sh: There was a problem running the initialization hooks.
If Python could not import the module virtualenvwrapper.hook_loader,
check that virtualenvwrapper has been installed for
VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python and that PATH is
set properly.
tmuxをbashで実行するとこのエラーが発生します。私はこれに何が影響するのか分かりませんが、私はそれが私のbashrcのpythonへの間違った経路と関係があると思います。私は自分のbashrcをチェックし、最後にこれがあるので、エラーメッセージと一致します。私はこれをどのように修正するのか本当に分かりませんし、PythonをAnacondaで再インストールしようとしました。Virtualenvwrapper Python bashエラー
# virtualenv and virtualenvwrapper
export WORKON_HOME=/home/clu/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
export VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python
pythonはそこにインストールされていますか? Pythonがあなたに与えるパスはどのようなものでしょうか? – Fred
私が/ home/clu/anaconda3/bin/pythonを与えるpython – Char