Anaconda add a mirror and remove the mirror

python-anaconda added USTC mirror acceleration

conda config –add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config –set show_channel_urls yes

Delete Anaconda source, revert to the default

If the mirror is added or would like to restore the error default image source:
Conda config --remove-Key channels

Guess you like

Origin www.cnblogs.com/zh672903/p/10987707.html