を使用して virtualenvwrapper をインストールしましsudo pip install virtualenvwrapper
た。ただし、実行するsource bash_profile
と、このエラーが発生します- bash: /usr/local/share/python/virtualenvwrapper.sh
:そのようなファイルまたはディレクトリはありません
これは私.bash_profile
のように見えるものです:
export PATH=/usr/local/bin:/usr/local/sbin:${PATH}
export WORKON_HOME=$HOME/.virtualenvs
source /usr/local/share/python/virtualenvwrapper.sh
私はOSX Mountain Lionを実行しており、https://python-guide.readthedocs.org/en/latest/starting/install/osx/で提供されている手順を使用してpythonをインストールしています