virtualenvs error: deactivate must be sourced. Run 'source deactivate' instead of 'deactivate'

£神魔★判官ぃ 2022-09-29 15:53 250阅读 0赞

自己安装的virtual environment的deactivate方法与anaconda里面的重复了,把anaconda里面的这个命令注释掉,就是改个名字就可以了。

错误信息如下:

Center

错误原因:

workon, which is defined in /usr/local/bin/virtualenvwrapper.sh, calls deactivate. A script of the same name is present in Anaconda’s bin, so it gets called by workon.

解决方案:

The best solution I’ve found so far is to rename activate and deactivate in Anaconda’s bin. If there’s a better solution, please comment and I’ll update this answer.

给bin里面的deactivate文件改名字为anadeactivate(ps:名字随意起,这只是个例子)

Center 1

参考网址:

http://stackoverflow.com/questions/19869059/why-i-am-suddenly-seeing-usage-source-deactivate-whenever-i-run-virtualenvwra

发表评论

表情:
评论列表 (有 0 条评论,250人围观)

还没有评论,来说两句吧...

相关阅读