Install Python 3.3.5 on Ubuntu 14.04

Source: Internet
Author: User

Python 3.3.5 was released last month. Compared with the previous Python version, it solved some key problems. View the Update log for detailed release information of the revised version.

Recommended reading:

Python development technology details. (Zhou Wei, Zong Jie). [hd PDF scan version + book guide video + code]

Obtain Linux information using a Python script

Build a desktop algorithm transaction research environment using Python in Ubuntu

Install and have PPA available (supporting all Ubuntu versions and derivative systems). Open the terminal and enter the following command:

Sudo add-apt-repository ppa: fkrull/deadsnkes

Sudo apt-get update

Sudo apt-get install python3.3

Set Python 3.3 as the default command:

Rm/usr/local/bin/python
Ln-s/usr/local/bin/python3.3/usr/local/bin/python

Uninstall the Python 3.3 command:

Sudo apt-get remove python3.3

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.