を使用して 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をインストールしています