Source
Python包管理镜像源配置指南
articles/operations/镜像与源/index.md
该页面由 knowflow 基于 raw source 自动生成,用于发布层检索与回溯。
概述
配置pip使用镜像源的方法包括临时指定、设置默认URL及修改配置文件,适用于加速Python包安装。
来源信息
- 分类:
articles - 原始类型:
knowledge - 原始路径:
articles/operations/镜像与源/index.md - 关联概念:pip
摘录
镜像站 aliyun:https://developer.aliyun.com/mirror/ # Pypi源 Aliyun: ==http://mirrors.aliyun.com/pypi/simple/== Tuna: https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple # 使用方法 ## pip升级 python -m pip install –upgrade pip ## 临时使用 pip install -i [https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple](htt…
抽取到的实体
serviceAliyun:阿里云Python包镜像服务serviceTuna:清华大学开源镜像站Python包服务toolpip:Python包管理工具
抽取到的对比
- 未抽取到明确对比关系
附件
- 无额外附件