天天看点

CentOS7 yum安装python3.6

centos7 yum安装python3.6

依赖epel源

依赖:python36-libs

依赖:python36-setuptools

由上可知

<code>python</code> 代表centos7系统默认的 <code>python2.7</code>;

<code>python3</code> 代表新安装的 <code>python3.6</code>

安装python开发工具