Install Python3.5__python under CentOS

Source: Internet
Author: User
Tags install openssl

install Python3.5 under CentOS

• Installation python3.5 may use dependencies

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

• Find download path to Python website, download with wget

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

• Extract TGZ Package

TAR-ZXVF python-3.5.1.tgz

• Move Python underneath the/usr/local

MV Python-3.5.1/usr/local

• Remove old versions of Python dependencies

Ll/usr/bin | grep python

Rm-rf/usr/bin/python

• Go to the Python directory

Cd/usr/local/python-3.5.1/

• Configuration

./configure

• Compiling make

Make

• Compiling, installing

Make install

• Remove old soft links, create new soft link to latest Python

Rm-rf/usr/bin/python

Ln-s/usr/local/bin/python3.5/usr/bin/python

Python-v

Enjoy your 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.