Install Anaconda and Python on Windows

Source: Internet
Author: User

Since Anaconda comes with Python by default (probably not the latest version), you can install Python directly by installing Anaconda.

This article focuses on the solution to add a previously installed Python to Anaconda after installing Python and then installing Anaconda

Assuming that you have installed Pythonxx (xx is the version number), below you have downloaded the Anaconda

1, the installation of the time two check box should not be checked (one is added to the environment variable, the other is what forget)

2, after the installation is completed, the system environment variable python path, modify the path you installed Anaconda Python

3. Then copy the folder (PYTHONXX) from your previously installed Python directory to the Envs folder in the installation Anaconda directory

Enter Conda info-e or Conda info--envs in cmd to see if your Python version information is available

# Conda environments: #pythonxx              *  D:\Anaconda3\envs\pythonxxroot                     D:\Anaconda3

4. After installation, use activate to activate an environment

# once installed, use activate to activate an environment. # For Windows # For Linux & Mac # after activation, you will find that terminal entered more than the pythonxx of the word # if you want to return to the default previous Python environment, run # For Windows # For Linux & Mac # Remove an existing environment Conda remove--name pythonxx--all

Reference: http://www.cnblogs.com/yamin/p/7111397.html

Install Anaconda and Python on Windows

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.