我已经在我的计算机上安装了Python 3.5和Atom。我在右下角选择了Python并快速写了print ("Hello World")
。但是,我收到一条显示'python' is not recognized as an internal or external command,
operable program or batch file.
[Finished in 0.364s]
我在线查找了解决方案。我已经在atom中编辑了init文件以及环境变量路径,并使用了python的路径。最后,我编辑了“Script”包中的“Command”字段以包含Python3。
我在init文件上放置的代码是process.env.path = ["C:\Python27\ArcGIS10.2",process.env.PATH].join(";")
我找到解决方案的链接:
https://discuss.atom.io/t/cannot-get-python-to-run-from-atom-on-windows/15585/11
http://www.siliconcreek.net/computers/running-python-in-atom-io-in-windows
Quora的。 COM /如何-可以-I-运行的Python合原子
我正在使用新的Windows表面,并且是第一次在这台计算机上设置我的开发环境。请帮忙。