我已经使用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 并使用此处提供的说明安装 python https://python-guide.readthedocs.org/en/latest/starting/install/osx/