【发布时间】:2018-09-24 08:18:25
【问题描述】:
我已经用 anaconda 安装了 python 2.7。当我在我的 anaconda 终端中输入“python”时。一切都很完美!
当我在 windows cmd 中键入“python”时,我收到了以下错误消息:
'python' is not recognized as an internal or external command, operable program or batch file.enter code here
但是当我写路径时
C:\ProgramData\Anaconda2\python.exe
python 工作。
我已按照those steps 设置我的环境变量路径。但它不起作用。
【问题讨论】:
标签: python windows powershell cmd anaconda