linux上安装python2.6.9_在Linux CentOS 6.6上安装Python 2.7.9

本文信息本文由方法SEO顾问发表于2017-02-2211:04:43,共 773 字,转载请注明:在Linux CentOS 6.6上安装Python 2.7.9_【方法SEO顾问】,如果我网站的文章对你有所帮助的话,来百度口碑给个好评呗!

CentOS 6.6自带的是Python 2.6.6,而编译llvm需要Python 2.7以上。checking for python... /usr/bin/python

checking for python >= 2.7... not found

configure: error: found python 2.6.6 (/usr/bin/python); required >= 2.7

yum中最新的也是Python 2.6.6,只能下载Python 2.7.9的源代码自己编译安装。

操作步骤如下:

1)安装devtoolsetyum groupinstall "Development tools"

2)安装编译Python需要的包包yum install zlib-devel

yum install bzip2-devel

yum install openssl-devel

yum install ncurses-devel

yum install sqlite-devel

3)下载并解压Python 2.7.9的源代码cd /opt

wget --no-check-certificate https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tar.xz

tar xf Python-2.7.9.tar.xz

cd Python-2.7.9

4)编译与安装Python 2.7.9./configure --prefix=/usr/local

make && make altinstall

5)将python命令指向Python 2.7.9ln -s /usr/local/bin/python2.7 /usr/local/bin/python

6)检查Python版本sh

sh-4.1# python -V

Python 2.7.9

【参考资料】

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值