如何更新Python版本?
我的 Windows 7 上有 Python2.6,我刚刚安装了 Python2.7。结果我有“C:\Python26”和“C:\Python27”。
我的问题是系统仍然尝试使用旧版本。例如,如果我输入 Python --version
我会得到“Python 2.6.4”。或者,如果我尝试安装“numpy”,它会找到旧版本,并且不允许我手动将其更改为新版本。
我试图检查系统环境变量以找出是否有Python2.6(将其替换为Python2.7),但我没有找到类似的东西。
I had Python2.6 on my Windows 7 and I just installed Python2.7. As a result I have "C:\Python26" and "C:\Python27".
My problem is that system still tries to use the old version. For example if I type Python --version
I get "Python 2.6.4". Or, if I try to install "numpy" it find the old version and does not allow me to manually change it to the new version.
I tried to check system environment variables to find out if there is Python2.6 (to replace it by Python2.7) but I did not find anything like that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将Python路径更改为新版本。
http://docs.python.org/using/windows.html#excursus-setting-环境变量
You need to change Python path to the new version.
http://docs.python.org/using/windows.html#excursus-setting-environment-variables