Centos6.8下yum安装python2.7
Posted 青蛙快飞
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Centos6.8下yum安装python2.7相关的知识,希望对你有一定的参考价值。
下载 ius-release.rpm包
wget https://centos6.iuscommunity.org/ius-release.rpm
安装ius-release.rpm包
rpm -Uvh ius-release.rpm
安装python27版本
yum install python27 python27-devel python27-pip
以上是关于Centos6.8下yum安装python2.7的主要内容,如果未能解决你的问题,请参考以下文章