我以前在使用 virtualenvwrapper 时从来没有看到过这条消息,但是现在每当我运行时突然看到这条消息,比如说,mkvirtualenv <environment>
或者workon <environment>
:
Usage: source deactivate
removes the 'bin' directory of the environment activated with 'source
activate' from PATH.
我根本没有修改 virtualenvwrapper,快速的谷歌搜索只会产生这个 GitHub 问题——我确实安装了 IPython/Anaconda,但我不确定它是如何干扰 virtualenvwrapper 的。在任何情况下,我都尝试更新 ( conda update conda; conda update ipython
),以及将 virtualenvwrapper 本身更新到 v4.1.1,但我仍然看到此错误。
我正在运行 OS X 10.8.4。