CentOS 7 Installation Python3.4.5__python

Source: Internet
Author: User

Download python

Official website http://www.python.org/Download python-3.45.tgz put under/usr/local/

• Extract TGZ Package

TAR-ZXVF python-3.4.5.tgz


cd ~/Download/python

./configure--prefix=/usr/local/python34


Note:/usr/local/python34 is the directory you created.

Compile command # Make

... In compile execution ... Wait

Install Command # make install

Configuring the Environment

Since the CENOST7 is installed with the python2.6, you directly enter command # Python comes out of the 2.6 version.

Unless you enter an absolute path to access the new version that was just installed #/usr/local/python34/bin/python3.4 of course it's too much trouble to lose the absolute path every time.


Link
Suggest a link file in the/usr/bin/directory to point to/usr/local/python34/bin/python3.4 this file so that you can automatically start the 3.4.5 version as soon as you enter # Python directly.

First enter the # cd/usr/bin/directory

Then type the command # RM-RF python to delete the old 2.6 link file, and then create a new one, like the following command


# ln-s/usr/local/python34/bin/python3.4./python




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.