mac install anaconda and configure mirror

[1] anaconda installation

Official information: https://docs.anaconda.com/anaconda/install/mac-os

Download domestic installation files: https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/

 

[2] Configuration mirror

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/

conda config --set show_channel_urls yes

 

[3] Advantages of anaconda

Integrate the python virtual environment, integrate and install a large number of common machine learning packages, and some other common plug-ins, which vary from person to person.

It is convenient for novice users to get started quickly and reduces the time wasted on environment construction.

~~~

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326483870&siteId=291194637