Install python3.5 and ttupython3.5 on ubuntu

Source: Internet
Author: User

Install python3.5 and ttupython3.5 on ubuntu

1 wget https://www.python.org/ftp/python/3.6.0/Python-3.6.0.tar.xz2 xz-d Python-3.6.0.tar.xz3 tar-xvf Python-3.6.0.tar4 cd Python-3.6.05./configure6 make7 sudo make install

Set the default version with priority when both py2 and py3 are available.

1. directly execute these two commands: <br> sudo update-alternatives -- install/usr/bin/python/usr/bin/python2 1002 sudo update-alternatives -- install/usr/bin/python/usr/bin /python3 150

If you want to switch the default version

Sudo update-alternatives -- config python

Enter a number and press enter as prompted.

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.