Anaconda Installation (Windows)

Source: Internet
Author: User

Anaconda integrates python with a variety of common tools.

There are currently two versions, each containing python2.7 and python3.5, and automatically adding environment variables. Go to the official website to download the installation package.

1. Install additional modules. Conda install XXX, or pip install xxx

2. Install the 2 and 32 versions. Because it is found that some packages do not support 3, such as Basemap and Dateutil.

After the test is installed, python-v or 3.5.1, do not know how to use, unless with Pycharm, new project can choose different version (registration method: http://www.cnblogs.com/evlon/p/4934705.html).

Swap with the virtual environment method. Perform:

Conda create-n Python2 python=2.7,

The Python2 directory is created under the Envs directory under the Anaconda installation directory. Prompt when installation is complete:

To activate the environment, use:

Activate Python2

If not activated, specify the version when executing the command, such as Conda install-n Python2 dateutil

Reference article: http://www.jb51.net/article/51651.htm

Anaconda Installation (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.