我在电脑上安装Django时遇到了一个奇怪的错误。

这是我在命令行中输入的序列:

C:\Python34> python get-pip.py
Requirement already up-to-date: pip in c:\python34\lib\site-packages
Cleaning up...

C:\Python34> pip install Django
'pip' is not recognized as an internal or external command,
operable program or batch file.

C:\Python34> lib\site-packages\pip install Django
'lib\site-packages\pip' is not recognized as an internal or external command,
operable program or batch file.

是什么导致了这种情况?

这是当我输入echo %PATH%时得到的结果:

C:\Python34>echo %PATH%
C:\Program Files\ImageMagick-6.8.8-Q16;C:\Program Files (x86)\Intel\iCLS Client\
;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\S
ystem32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\
Windows Live\Shared;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Progr
am Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files\Intel\Intel(R) Mana
gement Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine C
omponents\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components
\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\P
rogram Files (x86)\nodejs\;C:\Program Files (x86)\Heroku\bin;C:\Program Files (x
86)\git\cmd;C:\RailsInstaller\Ruby2.0.0\bin;C:\RailsInstaller\Git\cmd;C:\RailsIn
staller\Ruby1.9.3\bin;C:\Users\Javi\AppData\Roaming\npm

当前回答

对于Python 2.7: 只需在命令提示符[以管理员身份运行]中使用此命令:

mklink /H pip.exe c:\python27\Scripts\pip.exe

结果: 为pip.exe创建硬链接<<===>> c:\python27\Scripts\pip.exe

和…:完成)

其他回答

尝试卸载Python,删除剩余的程序文件,然后重新安装。

这对我很管用。当我迁移到一台新的笔记本电脑并使用迁移软件将我的软件从旧笔记本电脑迁移到新的笔记本电脑时,我遇到了这个错误。是的,它的效果不太好。

我也面临着同样的问题。以管理员身份运行Windows PowerShell。它解决了我的问题。

你可以试试pip3。喜欢的东西:

pip3 install pandas

在Python 3.6.2及以上最新版本中,可在

C:\Program Files (x86)\ Python36-32\脚本

您可以将该路径添加到我们的环境变量path中,如下所示

确保在设置路径后关闭命令提示符或Git。您还应该在管理员模式下打开命令提示符。这是Windows 10的例子。

在Windows环境中,只需在DOS shell中执行以下命令。

路径= % %路径;D: \ \ python3.6.4 \脚本程序文件; (new path=当前路径;Python脚本文件夹的路径)