MacOS-pip更换阿里云镜像源

本文介绍如何通过修改pip配置文件来使用阿里云镜像加速Python包的下载,包括创建.pip文件夹、编辑pip配置文件及添加信任主机的具体步骤。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

原文链接: http://chenhao.space/post/7857229e.html

  1. 创建.pip文件夹,命令: mkdir ~/.pip

  2. .pip中新建一个文件并编辑:vi pip.config

  3. 添加以下内容

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

参考资料:

  1. https://www.cnblogs.com/brianlai/p/10987986.html
  2. https://www.jianshu.com/p/126b3fe61e67
  3. https://www.jianshu.com/p/f1caaf8e22e9
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值