Install Anaconda+pycharm

Source: Internet
Author: User
Tags virtual environment
Anaconda

Anaconda is essentially a software release that contains more than 180 science packages and their dependencies, including Conda, Python.
Simply put, installing Annaconda is equivalent to installing Python, Conda, and commonly available numpy, scipy, pandas, and so on, without having to download the configuration separately. Because of the split between the Python3 and the Python2, the use of virtualenv with the PIP is often an unusable condition. Solid recommended installation Anaconda. installation Method Tsinghua Mirror image station download address: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/After the installation is complete, the Start menu is shown in the picture

Anaconda Navigator is a visual Conda console
Anaconda prompt is the command line Conda console
Error Rollup

When using Conda to create a virtual environment, there are sometimes Conda Http error errors, you need to modify the mirror source for Tsinghua's web site, in the "Anaconda Prompt" Enter the command:

Conda config--add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
Conda config--add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
Conda config--set show_channel_urls Yes
Pycharm installation

Website Download address: https://www.jetbrains.com/pycharm/download/, which is divided into professional and community,community can be used for free. Use

Because Pycharm is looking for anaconda from the%homepath%/anaconda, you need to establish a link to the Anaconda installation directory and the directory, which will then appear under the current User folder.
Open the cmd command line with administrator rights enter the following command

MKLINK/D%homepath%\anaconda C:\ProgramData\Anaconda3


When managing a virtual environment, you can find the current virtual environment in the settings, make package updates, deletes, or manage packages and virtual environments in two anaconda ways.

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.