简体   繁体   English

将Python 3.x升级到最新的稳定版本?

[英]Upgrade Python 3.x to the newest stable version?

Is there a way to upgrade Pyhton 3.x to the newest stable 3.x version on Windows, if the current version was installed using msi standalone installer? 如果当前版本是使用msi独立安装程序安装的,则可以将Windows上的Pyhton 3.x升级到最新的稳定的3.x版本吗?

In my case I'm trying to upgrade 3.5.3 to 3.6.0 就我而言,我正在尝试将3.5.3升级到3.6.0

In Python most major versions are released as separate package. 在Python中,大多数主要版本均作为单独的软件包发布。 For instance, Python 2.6, Python 2.7, Python 3.1 all live in separate packages on Ubuntu. 例如,Python 2.6,Python 2.7,Python 3.1都生活在Ubuntu上的单独软件包中。

You'll have to install 3.6.0 as a separate package. 您必须将3.6.0作为单独的软件包安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM