《Python基础》之pip换国内镜像源

目录

推荐镜像源网址:

方法一:手动换源

方法二:命令提示符指令换源

临时换源


推荐镜像源网址:

阿里云:Simple Indexhttp://mirrors.aliyun.com/pypi/simple/

华为云:Index of python-local https://mirrors.huaweicloud.com/python/ 清华云:Simple Indexhttps://pypi.tuna.tsinghua.edu.cn/simple/

方法一:手动换源

找到系统盘下 C:\Users\ 用户名 \AppData\Roaming , APPData 可能是隐藏文件,需要将隐藏关闭;
查看在 Roaming 文件夹下有没有一个 pip 文件夹,如果没有创建一个;
进入 pip 文件夹,创建一个 pip.ini 文件;
使用记事本的方式打开 pip.ini 文件,写入:

[global]
index-url=http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com

方法二:命令提示符指令换源

win + R打开窗口输入cmd,点击确定进入命令提示符

在命令提示符中输入以下指令:

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

点击回车完成换源

临时换源

pip install 库名 -i  镜像网址
相关推荐
hopetomorrow几秒前
学习路之PHP--使用GROUP BY 发生错误 SELECT list is not in GROUP BY clause .......... 解决
开发语言·学习·php
小牛itbull10 分钟前
ReactPress vs VuePress vs WordPress
开发语言·javascript·reactpress
请叫我欧皇i19 分钟前
html本地离线引入vant和vue2(详细步骤)
开发语言·前端·javascript
nuclear201121 分钟前
使用Python 在Excel中创建和取消数据分组 - 详解
python·excel数据分组·创建excel分组·excel分类汇总·excel嵌套分组·excel大纲级别·取消excel分组
闲暇部落21 分钟前
‌Kotlin中的?.和!!主要区别
android·开发语言·kotlin
GIS瞧葩菜31 分钟前
局部修改3dtiles子模型的位置。
开发语言·javascript·ecmascript
chnming198735 分钟前
STL关联式容器之set
开发语言·c++
Lucky小小吴36 分钟前
有关django、python版本、sqlite3版本冲突问题
python·django·sqlite
熬夜学编程的小王1 小时前
【C++篇】深度解析 C++ List 容器:底层设计与实现揭秘
开发语言·数据结构·c++·stl·list
GIS 数据栈1 小时前
每日一书 《基于ArcGIS的Python编程秘笈》
开发语言·python·arcgis