Linux编辑:~/.pip/pip.conf (没有就创建一个)
windows编辑:C:\Users\Administrator\pip\pip.ini(Administrator是当前用户名)
添加以下3个内容中的任意一个
豆瓣源
[global]
index-url = http://pypi.douban.com/simple/
[install]
trusted-host=pypi.douban.com
阿里云源
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
清华源
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = pypi.tuna.tsinghua.edu.cn
相关文章
- 12-24Windows 环境下 IDEA Sbt国内源的配置
- 12-24npm配置国内源方法
- 12-24win10下配置pip加速
- 12-24jenkins容器内安装Python3之后使用pip3 install xxx失败,可以考虑换国内源
- 12-24conda配置清华源 国内源
- 12-24pip配置国内镜像源
- 12-24Docker 配置国内源加速(2021.1.15)
- 12-24Win10配置pip为豆瓣源,从此装库飞快
- 12-24pip/pip3更换国内源
- 12-24windows pip使用国内源