python pip安装库下载源更换(清华源、阿里源、中科大源、豆瓣源)
|
使用全局配置,建议使用豆瓣
如阿里
- pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
- pip config set install.trusted-host mirrors.aliyun.com
复制代码 如豆瓣
- pip config set global.index-url http://pypi.douban.com/simple/
- pip config set install.trusted-host pypi.douban.com
复制代码 一、清华源 https://pypi.tuna.tsinghua.edu.cn/simple/
- pip install xxx -i https://pypi.tuna.tsinghua.edu.cn/simple/
复制代码 二、阿里源 https://mirrors.aliyun.com/pypi/simple
- pip install xxx -i https://mirrors.aliyun.com/pypi/simple
复制代码 三、中科大源 https://pypi.mirrors.ustc.edu.cn/simple/
- pip install xxx -i https://pypi.mirrors.ustc.edu.cn/simple/
复制代码 四、豆瓣源 http://pypi.douban.com/simple/
- pip install xxx -i http://pypi.douban.com/simple/
复制代码 前提条件:
你的pip需要设置为环境变量里
如,按下 win+r,出入cmd,继续输入pip,能够正常弹出如下图
总结
到此这篇关于python pip安装库下载源更换的文章就介绍到这了,更多相关python pip下载源更换内容请搜索脚本之家以前的文章或继续浏览下面的相关文章希望大家以后多多支持脚本之家!
来源:https://www.jb51.net/python/328909fqx.htm
免责声明:由于采集信息均来自互联网,如果侵犯了您的权益,请联系我们【E-Mail:cb@itdo.tech】 我们会及时删除侵权内容,谢谢合作! |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|
|
|
发表于 2024-11-6 07:16:28
举报
回复
分享
|
|
|
|