@
chlx 这个是我的错误信息:
The following command was executed:
virtualenv.py --never-download --distribute /Users/admin/untitled1
The error output of the command:
Traceback (most recent call last):
File "/Applications/
PyCharm.app/helpers/virtualenv.py", line 2429, in <module>
main()
File "/Applications/
PyCharm.app/helpers/virtualenv.py", line 942, in main
never_download=options.never_download)
File "/Applications/
PyCharm.app/helpers/virtualenv.py", line 1049, in create_environment
search_dirs=search_dirs, never_download=never_download)
File "/Applications/
PyCharm.app/helpers/virtualenv.py", line 603, in install_distribute
search_dirs=search_dirs, never_download=never_download)
File "/Applications/
PyCharm.app/helpers/virtualenv.py", line 570, in _install_req
cwd=cwd)
File "/Applications/
PyCharm.app/helpers/virtualenv.py", line 1020, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /Users/admin/untitled1/bin/python -c "#!python
\"\"\"Bootstra... main(sys.argv[1:])
" --always-copy -U distribute failed with error code 1
New python executable in /Users/admin/untitled1/bin/python
Installing distribute........
Complete output from command /Users/admin/untitled1/bin/python -c "#!python
\"\"\"Bootstra... main(sys.argv[1:])
" --always-copy -U distribute:
Traceback (most recent call last):
File "<string>", line 23, in <module>
File "/Users/admin/untitled1/lib/python2.7/distutils/
__init__.py", line 16, in <module>
exec(open(os.path.join(distutils_path, '
__init__.py')).read())
IOError: [Errno 2] No such file or directory: '/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/
__init__.py'
----------------------------------------
...Installing distribute...done.