CentOS Installation Python

Source: Internet
Author: User


View the current default Python version

whereis python

Installation of python3.6 may use dependencies

yum install openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel

EPEL is a software source for Yum, which contains a lot of software that is not available in the basic source, but it is necessary to install it when we use EPEL, EPEL,

sudo yum -y install epel-release    

Install PIP

sudo yum install python-pip

Update pip

sudo pip install --upgrade pip  

View System Information for CentOS

Installing wget

sudo yum -y install wget    

Download python3.6

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

Unzip the tgz bag

tar -zxvf Python-3.6.5.tgz  

Move Python below the/usr/local.

View Python version

ls /usr/bin | grep python   

Remove old versions of Python dependencies

Go to Python directory

Configuration

sudo ./configure    

Compile

sudo make   

Compile, install

sudo make install   

Delete old soft links

Create a new soft link to the latest Python

View current Python version

python

CentOS Installation Python

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.