pip源修改

pip config list # 查看當前 pip 的配置

pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/

pip config set install.trusted-host mirrors.aliyun.com

pip config list # 查看是否已經寫入
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章