How to update anaconda to the desired Python version

Source: Internet
Author: User

Recently used Anaconda more, because it inside the package is very full AH. If the next native Python is to be used, you have to install it yourself.

But some packages are dependent on each other and are really crazy when they are loaded. The lazy man thought of Anaconda's set of suits.

Here's the problem: Anaconda can only download one version of Python, such as the latest Anaconda 4.4, can only download python3.6 and python2.7 version, but girl I want to use python3.4 AH.

Update to the specified Python version by using Anaconda Prompt and then updating to python3.4 with the Conda command.

(It was really simple, but there was a problem in the middle, prompting me to go a lot more ways, so I was prompted to write him down.) )

Important NOTE: before using the above method, please test whether your machine can be updated with Anaconda (native Python, the same thing with PIP, whether you can connect those pip source. )

When the confirmation is available, do the following:

1. Click Anaconda Prompt

2. Enter the command:

Conda Update conda--Wait for the update to finish, and then enter the following command, this faster

Conda create-n py34 python=3.4 anaconda--wait for the update to complete, and then enter the following command. (because you want to download python3.4 related packages, so slow, please wait patiently)

Activate Py34

3.that ' s All

How to update anaconda to the desired Python version

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.