python永久换源

Windows下python永久换源方式有两种:
①找到系统的pip.ini文件手动替换文件内容;
②直接命令行(终端)一键换源。

1.手动
系统搜索找打pip.ini的位置(我的电脑是在 C:\Users\lhsmd(用户名)\AppData\Roaming\pip\pip.ini
其他电脑也是在类似的位置),然后用记事本打开,将下面的内容替换掉文件中原有的内容:

[global] 
timeout = 6000 
index-url = https://mirrors.aliyun.com/pypi/simple 
trusted-host = pypi.douban.com

其中https://mirrors.aliyun.com/pypi/simple为新源地址,常用的国内可用源:

# 腾讯
http://mirrors.tencentyun.com/pypi/simple
# 阿里
https://mirrors.aliyun.com/pypi/simple
# 豆瓣
https://pypi.douban.com/simple
# 中科大
https://pypi.mirrors.ustc.edu.cn/simple/
# 清华
https://pypi.tuna.tsinghua.edu.cn/simple

2.终端命令替换

 pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
在使用pip进行Python软件包管理时,有时会遇到换源警告。这个警告提示你当前使用的软件源可能较慢或不稳定,建议你更换为其他可用的软件源以提高下载速度和稳定性。 换源警告的解决方法有两种,一种是临时换源,一种是永久换源。 对于临时换源,你可以在使用pip install命令时,通过添加-i参数并指定国内源的地址来临时使用其他源。比如,你可以执行类似这样的命令: pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simple 这样就可以使用清华大学镜像源进行软件包下载。 而对于永久换源,你可以使用pip config set命令来修改pip的配置文件,将默认软件源地址更改为其他可用的源地址。比如,你可以执行类似这样的命令: pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/ 这样就可以将默认软件源更改为阿里云镜像源。 需要注意的是,根据你的实际情况选择合适的软件源,并确保该源的可用性和稳定性。换源后,再次使用pip进行软件包安装时,就不会再出现换源警告了。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *3* [手把手教你进行pip换源,让你的Python库下载嗖嗖的](https://blog.csdn.net/pdcfighting/article/details/104912316)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] - *2* [手把手教你在linux环境下更换python的pip源](https://blog.csdn.net/xiangyuanhong08/article/details/129732674)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

打赏作者

all of the time

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

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

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

打赏作者

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

抵扣说明:

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

余额充值