删除anaconda镜像源的方法:直接执行【conda config --remove channels】命令即可。如果要添加新镜像源则执行【conda config --add channels】命令。删除旧镜像源(推荐教程:Python入门教程)1$ conda config --remove channels https://pypi.doubanio.com/simple/添加新镜像源1$ conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/显示原来的镜像源1$ conda config --show