pip添加鏡像源和刪除鏡像源

1、添加源

比如添加清華源https://pypi.tuna.tsinghua.edu.cn/simple

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

如果set多次,似乎只能保存最後一次set的鏡像源。

2、刪除源

pip config unset global.index-url

3、查看現在用的哪個源

pip config list

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章