type
status
date
slug
summary
tags
category
icon
password
Ubuntu 换源
Ubuntu 24.04 之前
替换
/etc/apt/sources.list中的内容22.04 → jammy
24.04 → noble
Ubuntu 24.04 开始
替换
/etc/apt/sources.list.d/ubuntu.sources中的内容Python Pip 换源
更新 pip
python -m pip install --upgrade pip永久换源(阿里)
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/临时换源(阿里)
pip install markdown -i https://mirrors.aliyun.com/pypi/simple/验证源是否生效
pip config list恢复默认源
pip config unset global.index-url国内常用镜像源
镜像源名称 | 镜像源 URL |
阿里云 | |
清华大学 | |
豆瓣 | |
华为云 | |
腾讯云 |
Anaconda 换源
替换
~/.condarc中的内容- 作者:Chenastron
- 链接:http://chenastron.xyz/article/20b48e05-8beb-80fe-8e0a-e4825925538e
- 声明:本文采用 CC BY-NC-SA 4.0 许可协议,转载请注明出处。



