install python3 on centos

yum -y update
yum -y install yum-utils
yum -y groupinstall development


yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install python36u
yum -y install python36u-pip
yum -y install python36u-devel

$python3.6 -V

https://www.digitalocean.com/community/tutorials/how-to-install-python-3-and-set-up-a-local-programming-environment-on-centos-7
```
原文地址:https://www.cnblogs.com/otfsenter/p/8656499.html