Python / pip / condastable
清华 PyPI 镜像
https://pypi.tuna.tsinghua.edu.cn/simple最主流的 pip 镜像,稳定,与官方同步频繁
pipPyPIPython
使用说明
清华 PyPI 镜像
临时使用(单次安装):
pip install <包名> -i https://pypi.tuna.tsinghua.edu.cn/simple
永久配置:
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
pip config set global.trusted-host pypi.tuna.tsinghua.edu.cn
或编辑配置文件 ~/.config/pip/pip.conf(Linux/macOS):
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn
Windows 配置文件路径: %APPDATA%\pip\pip.ini
验证配置:
pip config list

微信扫一扫,关注极客日志
微信公众号「极客日志V2」,在微信中扫描左侧二维码关注。展示文案:极客日志V2 zeeklog
