pip换源

windows环境下: 比如windows账号是 admin

那么建立 admin主目录下的 pip子目录,在此pip子目录下建立pip的配置文件:pip.ini

c:\users\admin\pip\pip.ini

复制代码
# coding: GBK
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
[install]
trusted-host = https://pypi.tuna.tsinghua.edu.cn
#清华大学:https://pypi.tuna.tsinghua.edu.cn/simple
#阿里云:http://mirrors.aliyun.com/pypi/simple/
#豆瓣:http://pypi.douban.com/simple/

版权声明:本文为博主原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。

原文链接:https://blog.csdn.net/skyyzq/article/details/113417832

相关推荐
hljqfl2 天前
pip安装第三方库,但PyCharm中却无法识别
ide·pycharm·pip
Monee..2 天前
linux里安装pip和conda
linux·conda·pip
豆芽8194 天前
Conda配置Python环境
python·conda·pip
MobiCetus4 天前
有关pip与conda的介绍
linux·windows·python·ubuntu·金融·conda·pip
Eiceblue4 天前
Python 在Word中查找并替换文本
vscode·python·word·pip
situnima5 天前
Python包管理完全指南:pip常用命令与最佳实践
开发语言·python·pip
Melody20505 天前
pip install cryptacular卡住,卡在downloading阶段
pip
W_chuanqi5 天前
为pip设置国内镜像源
python·pip
kcarly6 天前
python 、pip、conda、poetry的关系
python·conda·pip·poetry
伊织code8 天前
uv - 概念 [官方文档翻译]
服务器·python·pip·uv·概念·concept