pip切换下载源(多种国内源)

pip切换下载源

一、pip

pip 是一个现代的,通用的 Python 包管理工具

二、使用步骤

1.查看源

使用以下命令查看当前pip的下载源

python 复制代码
pip config list

2.切换源

在国内使用官方下载依赖往往速度慢,易出错,因此我们选择切换国内镜像源,根据需求或喜好选择下列命令中的一条

python 复制代码
# 更换阿里源
https://mirrors.aliyun.com/pypi/simple

# 更换清华源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

# 更换腾讯源
pip config set global.index-url http://mirrors.cloud.tencent.com/pypi/simple

# 更换豆瓣源
pip config set global.index-url http://pypi.douban.com/simple/

# 更换中科大源
pip config set global.index-url https://pypi.mirrors.ustc.edu.cn/simple
相关推荐
Kiros_Jiang2 天前
开源低代码平台-Microi吾码 打印引擎使用
javascript·开源·json·.net·pip
西格玛懒大王4 天前
[python] 基于matplotlib实现雷达图的绘制
数据库·python·pycharm·pip
TenniCC5 天前
python 中使用pip操作flask离线下载(包含依赖包下载)和安装
python·flask·pip
尚雷558010 天前
pip 如何快速安装包
人工智能·pip
心死翼未伤12 天前
python数据分析之爬虫基础:requests详解
开发语言·爬虫·python·http·数据挖掘·数据分析·pip
zhangfeng113317 天前
pip install torch -t /home/aistudio/external-libraries 我怎么查询安装在特殊目录下面的torch都版本
pytorch·python·pip
丶213618 天前
【Python】Python虚拟环境与依赖管理全指南
开发语言·python·pip
Bubble_water19 天前
解决Conda虚拟环境中pip下载包总是到base环境的问题
conda·pip
暮暮七19 天前
Dashboard-Factory没图没真相的虚假BI
python·信息可视化·大模型·pip·幻觉
007不打工人20 天前
mac miniforge3替代miniconda3,pip使用出错pip: bad inteno such file or directory
macos·pip