编程语言
首页 > 编程语言> > 【python】pip默认源更换为清华镜像

【python】pip默认源更换为清华镜像

作者:互联网

临时更换

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

永久使用

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

 

标签:cn,python,pypi,simple,tsinghua,https,pip,镜像
来源: https://www.cnblogs.com/Hoyou/p/16486086.html