更新conda 源为阿里源
conda config --add channels http://mirrors.aliyun.com/pypi/simple
conda config --set show_channel_urls yes
阿里云: http://mirrors.aliyun.com/pypi/simple/
豆瓣: http://pypi.douban.com/simple/
清华大学源 https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
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
查看源
conda config --show-sources
删除安装的源
conda config --remove-key channels