Python 2.6.6 upgrade to Python 2.7.x version _python

Source: Internet
Author: User

1. Download python2.7.x

wget https://www.python.org/ftp/python/2.7.6/Python-2.7.6.tgz

2. Unzip and compile the installation

TAR-ZXVF python-2.7.6.tgz && cd Python-2.7.6 &&/configure && make all && make install & amp;& make && make Distclean

3. Check Installation

/usr/local/bin/python2.7-v

4. Establish a soft connection, using the system default Python point

mv/usr/bin/python/usr/bin/python2.6.6

Ln-s/usr/local/bin/python2.7/usr/bin/python

5. Check

Python-v

6. Need to pay attention to using Yum

Solution System Python Soft links point to Python2.7 version, because Yum is incompatible with Python 2.7, so Yum does not work properly, we need to specify the Python version of Yum

Vim/usr/bin/yum Change the head #!/usr/bin/python to #!/usr/bin/python2.6.6 (just back up)

The above is a small series to introduce the Python 2.6.6 upgrade to the Python 2.7.x version of the method, I hope to help you, if you have any questions please give me a message, small series will promptly reply to everyone. Here also thank you very much for the cloud Habitat Community website support!

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.