pip&conda源
pip下载镜像
清华镜像:https://pypi.tuna.tsinghua.edu.cn/simple
豆瓣镜像:https://pypi.doubanio.com/simple
阿里镜像:https://mirrors.aliyun.com/pypi/simple/
中国科技大学:http://pypi.mirrors.ustc.edu.cn/simple/
conda
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
要将默认里的default删除,不然速度很慢