python永久换第三方库国内源
python永久换第三方库国内源
1 | #北京外国语大学镜像站 |
国内靠谱的 pip 镜像源有:
(1)清华: pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
(2)豆瓣: pip config set global.index-url http://pypi.douban.com/simple/
(3)阿里: pip config set global.index-url http://mirrors.aliyun.com/pypi/simple/
(4)腾讯: pip config set global.index-url https://mirrors.cloud.tencent.com/pypi/simple/
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 0xchang's Blog!