Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.33 KB

File metadata and controls

32 lines (25 loc) · 1.33 KB

pip source modify

pip安装软件的时候经常会出现超时导致无法安装

参考文档

换源

超时

  • 如果上面的换源还是不行,那么就把timeout时间改大:
    • vim ~/.config/pip/pip.conf
      [global]
      timeout = 600
      index-url = https://pypi.tuna.tsinghua.edu.cn/simple
      extra-index-url = https://pypi.tuna.tsinghua.edu.cn/simple
      
    • vim /etc/pip.conf