python 安装好了之后pip的镜像默认是国外,pip install 某个库的时候速度较慢
-
我的是python3.7.3,win10
-
如何更换?打开cmd,输入如下命令即可更换为清华镜像源。
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/
3.同理也可以更换为国内其他的镜像源,常用的有:
豆瓣:http://pypi.douban.com/simple/
中科大:https://pypi.mirrors.ustc.edu.cn/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云:https://mirrors.aliyun.com/pypi/simple/