python全局配置清华大学的镜像源

momo4 · 2024-10-30 05:54:37 · 51 次点击


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

清除清华大学的镜像源:


pip config unset global.index-url
pip config unset install.trusted-host
pip config list
举报· 51 次点击
登录 注册 站外分享
3 条回复  
handsome 限制会员 2024-10-30 05:54:37

感谢你的分享 !

Zim 初学 2024-10-30 05:54:37

感谢大佬分享

flyespace 初学 2024-10-30 09:03:10

大佬牛,感谢分享了

返回顶部