CentOS7升级Python3
一、查看当前python版本
[root@CentOS7 ~]# python -V
Python 2.7.5
二、下载新的python包并安装
进入python官网(https://www.python.org),选择需要的版本。此处我...
Please wait, page is loading...