Pip在Windows命令行中不返回任何内容

Ant*_*ras 3 python windows installation pip python-3.x

Pip命令不返回任何内容.我输入$ pip [command],我回来的是一个没有任何指令运行的新行.

输入:

C:/Python34/Scripts> pip
Run Code Online (Sandbox Code Playgroud)

结果:

C:/Python34/Scripts>
Run Code Online (Sandbox Code Playgroud)

我试过$ pip --verbose - 同样的结果.什么都行不通.我已经在Path中正确放置了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:\程序文件(x86)\ Common Files\Roxio Shared\12.0\DLLShared \; C:\ HashiCorp\Vagrant\bin; C:\ Python34; C:\ Python34\Scripts

Python在命令行中运行良好.

  • Windows 7 SP1 64位
  • Python 3.4
  • 以管理员身份运行命令提示符

请帮忙 :(

小智 7

嘿,对于那些无法获得为Antonio运行的代码而在Python 3.5中运行的人,请执行以下操作 python -m pip install some_package

我和antonio有同样的问题所以改变上面的代码对我有用.