python-anaconda添加中科大镜像加速
conda config –add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config –set show_channel_urls yes
删除Anaconda源,还原为默认的
如果添加的镜像有错误或者想还原成默认的镜像源:
conda config --remove-key channels
conda config –add channels https://mirrors.ustc.edu.cn/anaconda/pkgs/free/
conda config –set show_channel_urls yes
如果添加的镜像有错误或者想还原成默认的镜像源:
conda config --remove-key channels
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。