Python36安装pip-9.0.3(Windows环境下)

时间:2022-06-23 01:48:06

Windows 7环境下,按win + R , 输入cmd打开终端

打开pip安装文件,如:D:\Python


D:
cd Python
python setup.py install

Python36安装pip-9.0.3(Windows环境下)

如图,表示成功了。

之前,按照下列方式时一直报错:

cd D:
cd Python
python setup.py install
报错:
python: can't open file 'setup.py': [Errno 2] No such file or directory


2、安装完成后,查看python安装目录\Scripts,有没pip.exe;

3、将 python安装目录 和 python安装目录\Scripts,分别添加到环境变量path;

3、在cmd窗口,输入pip,显示正常。