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

相关推荐
湫ccc5 小时前
《Python基础》之pip换国内镜像源
开发语言·python·pip
Jurio.1 天前
Conda 管理项目环境
人工智能·python·深度学习·conda·virtualenv·pip
白竹2 天前
【pip install报SSL类错误】
python·ssl·pip
小喵要摸鱼5 天前
Anaconda 和 conda 是什么关系?就像 pip 和 python 一样吗
python·conda·pip·anaconda
YRr YRr7 天前
conda 和 pip 的比较
conda·pip
Walt_像道光7 天前
python包管理工具pip和conda的使用对比
python·conda·pip
壹屋安源10 天前
CentOS 安装 Python 3.11.9完整流程
python·centos·virtualenv·pip·python3.11
huanglianggu11 天前
pip install django-ckeditor -i https://pypi.doubanio.com/simple/
django·sqlite·pip
伊玛目的门徒14 天前
容器内pip安装Apache Airflow的经历:如何重置初始密码
python·jupyter·pip·工作流·apache airflow
计算机学姐16 天前
基于Python的影院电影购票系统
开发语言·vue.js·后端·python·mysql·pycharm·pip