pip 映象源設定

M1n90發表於2024-08-10

1、設定源
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

2、刪除源
pip config unset global.index-url

3、檢視設定
pip config list

相關文章