欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

修改linux中的pip源为清华

程序员文章站 2024-01-21 21:13:28
...

windows在C:\Users\用户名\pip\pip.ini中

添加这一行,保存即可

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

Linux中如此操作,先升级pip为最新版本,再改源

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