博客 / 詳情

返回

pip配置鏡像源

常用國內源

https://pypi.tuna.tsinghua.edu.cn/simple

https://mirrors.aliyun.com/pypi/simple

永久修改pip鏡像源

  • 命令pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
  • 或者改配置文件
    ~/.pip/pip.conf或者~/.config/.pip/pip.conf

    [global]
    
    [install] 

image.png

user avatar
0 位用戶收藏了這個故事!

發佈 評論

Some HTML is okay.