pip 永久更换第三方源方案

关于linux下 anaconda更换全局清华源 或者 永久更换清华源方案

注:本人亲自使用,且有效。如有雷同,见谅

  1. 先利用pip config set global.index-url 将anconda保存变量的文件引出来,即下文的 /root/.config/pip/pip.conf
[root@localhost ~]# pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
[root@localhost ~]# pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
Writing to /root/.config/pip/pip.conf
  1. 在pip.conf里面修改源
我用清华源出现了下面的问题 所以我使用阿里云源的时候比较多
[root@localhost ~]# vim /root/.config/pip/pip.conf

修改如下

[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host = mirrors.aliyun.com

可解决的问题:
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘NewConnectionError(’<pip._vendor.urllib3.connection.HTTPConnection object at 0x7f2d2d5a6b20>: Failed to establish a new connection: [Errno -2] Name or service not known’)':
在这里插入图片描述
出现上面的问题 选择更换源 比如清华源 阿里云源 华中源 豆瓣源等等

阿里云 -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
中国科技大学 -i https://pypi.mirrors.ustc.edu.cn/simple/ 
豆瓣(douban) -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
清华大学 -i https://pypi.tuna.tsinghua.edu.cn/simple/ 
中国科学技术大学 -i http://pypi.mirrors.ustc.edu.cn/simple/ --trusted-host pypi.mirrors.ustc.edu.cn
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

kui9702

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值