我是否正确安装了pip?

时间:2013-06-03 17:52:26

标签: python python-2.7

我是python的新手,我正在使用的教程建议我安装四个重要的软件包(分发,点子,鼻子和虚拟环境)。

我在Windows PowerShell中使用setup.py安装了前两个

问题是我无法弄清楚如何使用pip。我已经尝试在cmd,python idle shell和powershell中执行pip命令。所有这些都返回类似于 pip的内容未定义或存在语法错误

这是我输入的语法错误

pip freeze

pip list --outdated

任何人都知道我是否在安装pip时做错了什么?

注意: 我正在使用Windows 7 我检查了Python2.7目录,pip位于Scripts文件夹中。 我还在Python Idle shell中使用了help(“modules”),它在模块中列出了pip

2 个答案:

答案 0 :(得分:9)

要添加这个问题的答案(Joran Beasley在评论中提供),这里的问题是pip安装到python/Scipts目录,但不在路径中在Windows上默认。将C:\Python27\Scripts添加到修复问题的路径。 This answer describes adding a directory to the path on Windows 7.

答案 1 :(得分:0)

如果你是ubuntu,你只需要用aptget安装pip

sudo apt-get install python-pip