virtualenv 有点问题。我已按照本教程中的步骤进行操作:
http://docs.python-guide.org/en/latest/starting/install/osx/
当我运行 virtualenv 我得到:
My-Maco:django-projects auser$ virtualenv test
Creating test/lib/python2.7
Creating test/lib/python2.7/site-packages
Creating test/bin
Copying /usr/bin/python to test/bin
Installing setuptools
python: posix_spawn: /Users/auser/Documents/django-projects/test/bin/python2.7: No such file or directory
它正在复制python
到test/bin
,那么它为什么要寻找test/bin/python2.7
?