【发布时间】:2016-05-21 14:51:02
【问题描述】:
已设置 Python 3.5 和 Python 2.7.11 但命令提示符都无法识别。也有下载pip.py,命令提示符没有识别。已将 PATH 设置为
C:\Python34;C:\Python34\Lib\site-packages\;C:\Python34\Scripts\;
并且还通过安装提示将 Python 3.5 添加到 PATH 中。电脑是戴尔,是 Windows 10 pro 电脑。
'python' is not recognized as an internal or external command, operable program, or batch file.
'pip' is not recognized as an internal or external command, operable program, or batch file.
【问题讨论】:
-
也许你应该试试 Anaconda 或 Python(x,y)
-
或阅读安装选项。看我的回答:)
标签: python-2.7 path pip windows-10 python-3.5