不能在Win7上使用pip,Python 2.7.6安装pygame

时间:2015-02-03 23:30:16

标签: python pygame pip

我在Windows 7(64位)上安装了Python 2.7.6(32位)。这在Windows Power Shell中运行良好。我将PATH设置为C:\Users\name\Python27\Scripts,这似乎也不是问题。然后我从:

下载了pygame安装文件pygame-1.9.2a0-cp27-none-win32.whl
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame

我将.whl文件放入Python27 \ Scripts目录,并尝试在Windows Power Shell中使用pip install pygame-1.9.2a0-cp27-none-win32.whl(命令行,而不是Python解释器),错误信息如下:

The term 'pip' is not recognized as the name of cmdlet, function, script file, or operable program.

我尝试使用Python 2.7.8(Python 2.7的更高版本,如果我没有错)和.msi安装pygame,但我遇到了其他错误,我认为可以通过全新安装修复。我是编程和使用命令行的新手;任何帮助表示赞赏。

1 个答案:

答案 0 :(得分:0)

你一定不能在windows中设置路径变量..这就是我犯的错误..

通过执行以下步骤在Windows中设置环境变量:

  1. 右键点击“我的电脑”
  2. 转到属性
  3. 高级系统设置
  4. 环境变量
  5. 并设置Path there ..
  6. 如果这没有帮助,那么尝试另一种方法:

    1. 打开你的python安装目录
    2. 转到工具
    3. 脚本
    4. 运行“win_add2path.py”
    5. 现在尝试运行$) pip install, commd ..

      如果仍然无效..重新启动控制台或重新启动电脑

      @ shub1493biswas @ gmail.com