小编Ana*_*til的帖子

如何使用Enthought Python Distribution让virtualenv使用正确的sys.path生成Python可执行文件?

我在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`
Run Code Online (Sandbox Code Playgroud)

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

谢谢你的帮助!

python virtualenv enthought

6
推荐指数
1
解决办法
1257
查看次数

标签 统计

enthought ×1

python ×1

virtualenv ×1