【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

引用参考

posted @ 2020-10-08 00:34  XavierJ  阅读(3962)  评论(0编辑  收藏  举报