pip 更換國內下載源

       阿里雲 http://mirrors.aliyun.com/pypi/simple/ 
  中國科技大學 https://pypi.mirrors.ustc.edu.cn/simple/ 
  豆瓣(douban) http://pypi.douban.com/simple/ 
  清華大學 https://pypi.tuna.tsinghua.edu.cn/simple/ 
  中國科學技術大學 http://pypi.mirrors.ustc.edu.cn/simple/

臨時使用:

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple/ name

永久修改:

Linux,修改~/.pip/pip.conf(沒有就創建)修改index-url 到tuna:

[global]
 index-url = https://pypi.tuna.tsinghua.edu.cn/simple

Windows,在user創建pip目錄,如:C:\user\xx\pip, 新建文件pip.ini:

[global]
 index-url = https://pypi.tuna.tsinghua.edu.cn/simple

 

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