如何在centos 7.4 上安装 python 3.6

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

相应版本的启动命令
python3.6 
pip3.6

猜你喜欢

转载自www.cnblogs.com/flyhyp/p/10957596.html