[Centos] install python2.75 and set it to the default version.

Source: Internet
Author: User
1 centos install python2.75 (centos6.3)

1 switch to root user 2 download tar package
           wget http://www.python.org/ftp/python/2.7.5/Python-2.7.5.tgz
3 installation
          tar -zxvf Python-2.7.5.tgz          cd Python-2.7.5          ./configure --prefix=/usr/local/python27          make&&make install

4. Have you installed the SDK?

          /usr/local/python27/bin/python 
The Python version is 2.7.5.
Set software links
 ln -s /usr/local/python27/bin/python /usr/bin/python27
Later, you can directly use python27 to use version 2.7.5. 2 is set to the default version.
     mv /usr/bin/python /usr/bin/python-old     ln -s /usr/local/python27/bin/python /usr/bin/python
Test again:
     [root@bogon Python-2.7.5]# python       Python 2.7.5 (default, Jul 22 2013, 22:14:28)      [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)] on linux2      Type "help", "copyright", "credits" or "license" for more information.
In this way, when yum is used, an error is reported.
  vim /usr/bin/yum
Modify the first line :#! /Usr/bin/Python-old input Yum again and it will be displayed normally.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.