如何在Windows 7中使用“python -m pip install [package]

时间:2018-01-16 06:06:33

标签: python python-3.x windows-7-x64

我已将环境变量“Path”设置为其中包含D:\Python\Python36-32\Scripts\;D:\Python\Python36-32\;

这是带有图片的程序安装过程。

This is the program installation process with a picture.

这是一个错误的信息。

It's a wrong message.

谁能告诉我为什么会犯这个错误?

2 个答案:

答案 0 :(得分:2)

另一种方法是在windows中为环境变量添加pip 您可以参考How to add to the pythonpath in windows 7?添加相同内容。然后运行pip install scrapy 语法:

pip install" package"。

答案 1 :(得分:1)

pip.exe文件位于Python根目录下的Scripts文件夹中。尝试:cd Scriptspip.exe install package