Python upgrade from 2.7.5 to 3.6.5

Source: Internet
Author: User

Python upgrade from 2.7.5 to 3.6.5
Studied: 51079633

wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tgz
TAR-ZXVF python-3.6.5.tgz
CD Python-3.6.5
./configure
Make
sudo make install
sudo mv/usr/bin/python/usr/bin/python.bak
sudo ln-s/usr/local/bin/python3/usr/bin/python
sudo vi/usr/bin/yum
sudo vi/usr/libexec/urlgrabber-ext-down

For PIP Installation:

wget https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02 /pip-10.0.1.tar.gz
TAR-ZXVF pip-10.0.1.tar.gz
sudo python setup.py install
PIP Install requests
Pip Install Pymysql
PIP List

Python upgrade from 2.7.5 to 3.6.5

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.