如何在cmd中运行python文件?

时间:2014-11-24 04:34:52

标签: python cmd

我在C盘中安装了 Python 3.4 。 并将Environment variable添加为 C:\ Python34。 我在 C>用户> python> first.py中保存了一个python程序。 我打开cmd并输入这样的命令

C:\users\python>python first.py

然后显示错误

'python' is not recognized as an internal or external command,
operable program or batch file.

我怎么能解决这个问题......我很困惑......请帮帮我.. 我的操作系统是Windows 8

2 个答案:

答案 0 :(得分:0)

要使其正常运行,您必须在;C:\Python34(或Path)环境变量的末尾添加PATH。我不认为C:\Python3.4会起作用。可以通过转到:Control Panel > System > Advanced (tab) > Environment Variables来更改环境变量。

答案 1 :(得分:0)

转到环境变量窗口,编辑Path系统变量,将C:\ Python3.4添加到路径变量

enter image description here