首页 新闻动态 技术文章

pip更换清华源、阿里云源

发布时间:2025-04-11 11:57 点击:82

清华源:

python -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple


阿里云源:

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


也可以修改配置文件:

Windows: %APPDATA%\pip\pip.ini

Unix/macOS: ~/.config/pip/pip.conf 或 ~/.pip/pip.conf