Python无法在命令行中运行(Windows 10);已经改变了PATH系统变量

时间:2017-10-10 01:42:01

标签: python python-2.7 windows-10

路径是:

C:\Python27;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Java\jdk1.7.0_51\jre\bin;C:\Program Files\MiKTeX 2.9\miktex\bin\x64\;C:\Program Files (x86)\PharosSystems\Core;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Skype\Phone\;

2 个答案:

答案 0 :(得分:0)

我猜你是不是想重新安装Python?

我的建议是,如果您正在尝试安装python 2,请使用python x,y,因为它预装了很多东西,并且启动和运行起来要容易得多: https://python-xy.github.io/

如果您正在尝试安装python 3,我建议使用python anaconda:

https://www.anaconda.com/download/

答案 1 :(得分:0)

根据@martineau的建议,我重新安装了Python并检查了在安装过程中将Python添加到路径的选项。然后Python从命令提示符运行没有问题。

检查系统路径 - 添加了C:\ Python27 \。显然,这第二个反斜杠是必不可少的;我已经有了C:\ Python27,但这并没有用。

重新安装后的路径:

C:\ Python27 \; C:\ Python27 \脚本; C:\ Python27; C:\ Windows \ System32下; C:\窗口; C:\ Windows \ System32下\ WBEM; C:\ Windows \ System32下\ WindowsPowerShell \ v1.0 \; C:\ Program Files(x86)\ Java \ jdk1.7.0_51 \ jre \ bin; C:\ Program Files \ MiKTeX 2.9 \ miktex \ bin \ x64 \; C:\ Program Files(x86) \ PharosSystems \ Core;%SystemRoot%\ system32;%SystemRoot%;%SystemRoot%\ System32 \ Wbem;%SYSTEMROOT%\ System32 \ WindowsPowerShell \ v1.0 \; C:\ Program Files(x86)\ Skype \ Phone \;