【发布时间】:2017-06-26 02:19:56
【问题描述】:
我只是从 python 开始。当我尝试使用 Atom 运行 python 时,它给了我'python' is not recognised as an internal or external command, operable program or batch file. 错误消息。
我只是安装 python3.6.1。
从它提供的命令行运行 -
C:\Users\Priya Jain>python
Python 3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 17:54:52) [MSC v.1900 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
设置环境变量为
C:\Program Files (x86)\Python36-32\Scripts\;C:\Program Files (x86)\Python36-32\
那么我的问题是为什么原子编辑器没有使用脚本包运行。
【问题讨论】:
-
按照相同的过程但仍然无法正常工作
标签: python python-3.x atom-editor