centos 6.5 python 2.6.6 update python 2.7.5 (Only centos 6.5 64bit)

来源:互联网 发布:手机淘宝秒杀在哪 编辑:程序博客网 时间:2024/06/08 03:23

centos6.5 have installed python2.6.6.  Because the stablity of python 2.7.5, you need update the previous version.

To download:Python-2.7.5.tar.bz2(https://www.python.org/download/releases/2.7.5)

Installation

tar jxvf Python-2.7.5.tar.bz2
cd Python-2.7.5
./configure
make
make install

Noted:

Before installed python,  input command: yum install -y gcc

If not,  the command(./configure) can be error.


run: python,    you can see 

[root@localhost ~]# python
Python 2.7.5 (default, Sep 18 2014, 20:59:42)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 



Additional Reference:

1)http://blog.csdn.net/chenggong2dm/article/details/9100591

0 0
原创粉丝点击