我用python构建了一个小应用程序,一切运行顺利。之后,我决定用自制软件将 python 升级到 2.7.5。当我回去开始一个新项目时,我不再能够创建虚拟环境。这是我得到的错误:
virtualenv --no-site-packages club_envNew python executable in club_env/bin/python
ERROR: The executable club_env/bin/python is not functioning
ERROR: It thinks sys.prefix is u'/System/Library/Frameworks/Python.framework/Versions/2.7' (should be u'/Users/myusername/Code/python/club/club_env')
ERROR: virtualenv is not compatible with this system or executable
有人可以解释一下吗
- 这里发生了什么,以便我了解问题,并且
- 我该如何解决这个问题,以及
- 如果有什么我应该从一开始就做不同的事情?