常见的国内源

更改源

# 设置
pip config --global set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

# 取消
pip config --global unset global.index-url

相关文章: