python 国内下载地址
参考原文:https://www.cnblogs.com/xupeixuan/p/17931667.html
python官方各版本下载地址:
https://www.python.org/ftp/python/
国内华为镜像:
https://mirrors.huaweicloud.com/python/
Python 第三方库国内镜像下载地址
由于 Python 服务器在国外,因此使用 pip 安装第三方模块或者库的时候,下载速度特别慢
为提升下载速度,可以使用国内镜像下载,常用的国内镜像有:
豆瓣
阿里云 https://mirrors.aliyun.com/pypi/simple
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple
2. 查看/修改pip默认源
(1)查看当前pip源(注意Mac系统需把pip换成pip3)
pip config list
(2)永久修改pip源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple