pip-get.py安装问题

问题:

安装完成和配置环境之后:输入一个测试命令:pip help 出现下面这个问题。
Fatal error in launcher: Unable to create process using ‘“”C:\Program Files (x86)\Python33\python.exe“” “C:\Program Files (x86)\Python33\pip.exe”
经过百度找到了解决方案,现在将记录方案保存在这里:

解决方案:

在pip前面加上python -m选项:
python -m pip help
python -m pip install packages’name

参考资料:

1、http://stackoverflow.com/questions/24627525/fatal-error-in-launcher-unable-to-create-process-using-c-program-files-x86

posted @ 2015-04-30 21:53  0pandas0  阅读(368)  评论(0编辑  收藏  举报