【发布时间】:2018-01-20 20:55:55
【问题描述】:
所以我在这里关注了几个帖子,例如this。
所以我已经用 Anaconda 安装了 python 3.6。然后我进入 PATH 并插入 Python 的路径。
所以现在当我输入 cmd "python" 我得到响应
Python 3.6.3 |Anaconda custom (64-bit)| (default, Oct 15 2017, 03:27:45) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>
但是,如果我输入“python3”,我会遇到通常的问题
'python3' is not recognized as an internal or external command,
operable program or batch file.
为什么会这样?
【问题讨论】:
-
不用了,你已经在运行python3了,包括电池!
标签: python windows cmd windows-10 anaconda