conda mirror source settings - Beijing Foreign Studies University mirror

Recently, the Tsinghua source of conda used in the laboratory has been having problems frequently, so I changed it to the image source of Beijing Foreign Studies University, and it became smooth instantly! Record it here and share it with everyone:

Change the contents of conda's mirror configuration file condarc to the following

channels:
  - defaults
custom_channels:
  conda-forge: https://mirrors.bfsu.edu.cn/anaconda/cloud
  msys2: https://mirrors.bfsu.edu.cn/anaconda/cloud
  bioconda: https://mirrors.bfsu.edu.cn/anaconda/cloud
  menpo: https://mirrors.bfsu.edu.cn/anaconda/cloud
  pytorch: https://mirrors.bfsu.edu.cn/anaconda/cloud
  simpleitk: https://mirrors.bfsu.edu.cn/anaconda/cloud
default_channels:
  - https://mirrors.bfsu.edu.cn/anaconda/pkgs/main
  - https://mirrors.bfsu.edu.cn/anaconda/pkgs/r
  - https://mirrors.bfsu.edu.cn/anaconda/pkgs/msys2
show_channel_urls: True

Source URL: https://mirrors.bfsu.edu.cn/help/anaconda/

Guess you like

Origin blog.csdn.net/jasonso97/article/details/117267968