Tsinghua switching mirroring the Anaconda Ubuntu

https://mirrors.tuna.tsinghua.edu.cn/help/anaconda/

Anaconda mirroring Help

Anaconda is a Python distribution for scientific computing, support for Linux, Mac, Windows, contains a large number of popular scientific computing, data analysis package Python.

Anaconda installation package can go to  https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/  download.

TUNA also provides mirroring Anaconda warehouse, run the following command:

1 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
2 conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/
3 conda config --set show_channel_urls yes

You can add Anaconda Python free warehouse.

Run   Conda install numpy  test it.

Miniconda mirroring Help

Anaconda Miniconda is a lightweight alternative, contains only the default python and Conda, but may be required by the installer and pip conda.

Miniconda installation package can go to  https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/  download.

Conda-party source

The current tuna also maintains a number of anaconda-party sources.

Conda Forge

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/

msys2

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/

bioconda

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/bioconda/

menpo

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/menpo/

pytorch

conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/pytorch/

# for legacy win-64
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/peterjc123/

The other three sources

For the other three sources of conda, if necessary in this issue the request, we will consider various factors to increase or decrease as appropriate.

Guess you like

Origin www.cnblogs.com/wind-chaser/p/11325582.html