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
Posted otfsenter
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了install python3 on centos相关的知识,希望对你有一定的参考价值。
以上是关于install python3 on centos的主要内容,如果未能解决你的问题,请参考以下文章
如何在centos pyvenv中安装python3.4 psycopg2