【发布时间】:2019-01-26 10:26:59
【问题描述】:
我有一个问题。我在 Windows 10 上工作。
我重新安装了已安装的 python。在我的电脑上,我有 Python 2.7 和 Python 3.6.6。我卸载了 Python 2.7。然后,我重新安装了 Python 3.6.6。
当我想写pip install numpy 等时,我得到这个错误:
启动器中的致命错误:无法使用 '"c:\python27\python.exe" 创建进程 ...
当我从系统 PATH 中删除该路径时,我仍然收到该错误。
python -m pip install something 有效,当我在cmd 中输入python 时,我得到python 3.6.6 promprt 但我的问题是,我可以从Windows cmd 中删除taht 错误吗?如果我不能,这个错误是否会影响我的编译、调试和pythone代码的工作?
【问题讨论】:
标签: python