吾爱破解 - 52pojie.cn

 找回密码
 注册[Register]

QQ登录

只需一步,快速开始

查看: 2778|回复: 19
收起左侧

[Python 转载] 搜集整理pip国内镜像

  [复制链接]
energy888666 发表于 2021-11-16 14:25
当我们使用pip 下载第三方库的时候,下载速度会很慢, 如果使用国内镜像 将大大挺高下载速度,
如下是我搜集汇总的所有国内镜像地址,  拿走,不谢
pip国内的一些镜像

[Python] 纯文本查看 复制代码
  阿里云: https://mirrors.aliyun.com/pypi/simple/
  中国科技大学: https://pypi.mirrors.ustc.edu.cn/simple/
  豆瓣(douban) :http://pypi.douban.com/simple/
  清华大学: https://pypi.tuna.tsinghua.edu.cn/simple/
  中国科学技术大学: http://pypi.mirrors.ustc.edu.cn/simple/



修改源方法:
临时使用:
可以在使用pip的时候在后面加上-i参数,指定pip源
[Python] 纯文本查看 复制代码
pip install scrapy -i https://pypi.tuna.tsinghua.edu.cn/simple
              
永久修改:
linux:
修改 ~/.pip/pip.conf (没有就创建一个), 内容如下:
[Python] 纯文本查看 复制代码
 [global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
              
windows:
直接在user目录中创建一个pip目录,如:C:\Users\xx\pip,新建文件pip.ini,内容如下
[Python] 纯文本查看 复制代码
                
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
              

免费评分

参与人数 8吾爱币 +6 热心值 +8 收起 理由
Ykind0y + 1 + 1 我很赞同!
SFY110 + 1 + 1 谢谢@Thanks!
shen12wang + 1 + 1 谢谢@Thanks!
ermao + 1 + 1 pip install pqi
MQing + 1 热心回复!
dft2010 + 1 + 1 谢谢@Thanks!
zich123 + 1 谢谢@Thanks!
ccwuax + 1 + 1 我很赞同!

查看全部评分

本帖被以下淘专辑推荐:

发帖前要善用论坛搜索功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。

ytpojie 发表于 2021-11-16 15:57
[Bash shell] 纯文本查看 复制代码
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
he183137 发表于 2021-11-16 20:59
感谢楼主分享, 顺便补充一下豆瓣有个新的源,昨天亲测可用 : http://pypi.doubanio.com/simple/
xingyuanbao 发表于 2021-11-16 15:42
ll090822 发表于 2021-11-16 15:55
谢谢@thanks
dft2010 发表于 2021-11-16 16:00
感谢~~真是及时雨了
头像被屏蔽
王星星 发表于 2021-11-16 16:10
提示: 作者被禁止或删除 内容自动屏蔽
qyhua 发表于 2021-11-16 17:09
真的好,正好学习一下
tanbobobobo 发表于 2021-11-16 17:24
感谢分享
shen12wang 发表于 2021-11-16 21:30
还没有到这个程度
您需要登录后才可以回帖 登录 | 注册[Register]

本版积分规则

返回列表

RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )

GMT+8, 2024-11-25 03:48

Powered by Discuz!

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表