6

我在 Mac 上安装了 Enthought Python Distribution 7.0 版,然后是 easy_installed pip,然后是 pip install virtualenv。当我尝试创建虚拟环境时,我得到:

> virtualenv test
New python executable in test/bin/python
ERROR: The executable test/bin/python is not functioning
ERROR: It thinks sys.prefix is '/Library/Frameworks/EPD64.framework/Versions/7.0' (should be '/Users/anand/test')
ERROR: virtualenv is not compatible with this system or executable`

并且 test/bin 不包含任何激活脚本。我怎样才能让 virtualenv 工作?

谢谢你的帮助!

4

1 回答 1

6

这个问题在 EPD 开发人员邮件列表中进行了讨论。其中提到,EPD 没有考虑到 virtualenv,并且有时它有它的错误。但是,有人发布了一个我现在正在尝试的总结解决方案的链接: https ://gist.github.com/845545

HTH,迈克尔

于 2011-03-28T13:17:39.070 回答