删除旧镜像源
(推荐教程:Python入门教程)
$ conda config --remove channels https://pypi.doubanio.com/simple/
添加新镜像源
$ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
显示原来的镜像源
$ conda config --show
删除旧镜像源
(推荐教程:Python入门教程)
$ conda config --remove channels https://pypi.doubanio.com/simple/
添加新镜像源
$ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
显示原来的镜像源
$ conda config --show
© 2021 Python学习网 苏ICP备2021003149号-1