【发布时间】:2014-08-02 22:06:45
【问题描述】:
我正在尝试在我的 Windows 7 64 位机器上学习编写和运行 Python 脚本。我在 C:/Python34 中安装了 Python,并将其添加到我的 Windows 的 PATH 变量中:
C:\Python34; C:\Python34\python.exe
(第二个可能没有意义,但我试过了)我仍然在 Windows 命令行中收到此错误:
C:\Users\me>python test.py
'python' is not recognized as an internal or external command,
operable program or batch file.
那么我该如何在我的 Windows x64 机器上真正安装 Python 呢?
【问题讨论】:
-
您在进行更改后是否重新启动了机器?
-
重启你的命令行提示符
标签: python windows python-3.x command-line cmd