CentOS Default python2.6 Upgrade 2.7

Source: Internet
Author: User

1, the Python on CentOS default is python2.6.6 need to upgrade to 2.7.* first download the correct version on the Python official website. Then you need to install the common components
Unzip the Python installation package to execute the compile command after it is counted in the Python directory
./configure
Make all
Make install
Make clean
Make Distclean
After compiling the installation, we need to annotate the original python2.6.6 to one side with MV.
mv/usr/bin/python/usr/bin/python2.6.6
Then you need to give a soft link to the python2.7.7 you just installed.
Ln–s/usr/loca/bin/python2.7.7/usr/bin/python
First python-v look at the version now Python is ready to use.


This article is from the "Eggs to Fly" blog, please be sure to keep this source http://fengchenchen.blog.51cto.com/5706243/1554638

CentOS Default python2.6 Upgrade 2.7

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.