1. 程式人生 > >install python3 on centos

install python3 on centos

date python all mmu eas ase org -m pytho

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

install python3 on centos