Pip returns Windows 命令行中没有任何内容

Pip returns nothing in Windows command line

Pip 命令returns 没有。我输入 $ pip [command] ,我得到的只是一个新行,没有任何说明 运行.

输入:

C:/Python34/Scripts> pip

结果:

C:/Python34/Scripts>

我试过 $ pip --verbose - 结果相同。什么都不管用。我已将 Python34 和 Scripts 文件夹正确放置在路径中。

%CommonProgramFiles%\Microsoft Shared\Windows Live;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared.0\DLLShared\;C:\HashiCorp\Vagrant\bin;C:\Python34;C:\Python34\Scripts

Python 在命令行中运行良好。

请帮忙:(

嘿,对于那些在 Python 3.5 运行 以下 python -m pip install some_package

中获取适用于 Antonio 的代码 运行 有困难的人

我遇到了与 antonio 相同的问题,因此将代码更改为上面的代码对我有用。