pip添加清华镜像源_pip install 清华镜像

pip添加清华镜像源_pip install 清华镜像华为镜像源:https://repo.huaweicloud.com/repository/pypi/simple/中国科学技术大学:http://pypi.mirrors.ustc.edu.cn/

pip添加清华镜像源_pip

pip安装地址–清华源(国内常用镜像源)

国内常用镜像源

清华大学 :https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科学技术大学 :http://pypi.mirrors.ustc.edu.cn/simple/
华中科技大学:http://pypi.hustunique.com/
豆瓣源:http://pypi.douban.com/simple/
腾讯源:http://mirrors.cloud.tencent.com/pypi/simple
华为镜像源:https://repo.huaweicloud.com/repository/pypi/simple/

————————————————
1、临时使用

pip install [包名] -i [pip源URL]

# 示例
pip install pytest -i https://pypi.tuna.tsinghua.edu.cn/simple
# 或
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple pytest
# 或
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple

2、永久使用
前提pip版本 (>=10.0.0) 方可使用此命令进行配置:

升级 pip 到最新的版本

pip install pip -U
# 或
python -m pip install –upgrade pip
修改pip源为清华源

pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
 

今天的文章
pip添加清华镜像源_pip install 清华镜像分享到此就结束了,感谢您的阅读。

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。
如需转载请保留出处:https://bianchenghao.cn/80583.html

(0)
编程小号编程小号

相关推荐

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注