[linux]升级python版本

1.从 https://www.python.org/downloads/release/python-278/ 下载源代码

2.上传到linux服务器,命令:rz -be  xxx

3.进入下载到的目录

下面是具体的步骤:

    $ su root

    password:

    # cd /home/xxx/Python-2.6.2(到你的目录下即可)

    # ./configure

    # make

    # make install

原文地址:https://www.cnblogs.com/mangu-uu/p/4113917.html