更换pip下载源,解决pip下包缓慢问题

发布时间 2023-07-11 11:52:36作者: study_php_java
清华源仓库
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple

阿里源仓库
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

腾讯源仓库
pip config set global.index-url http://mirrors.cloud.tencent.com/pypi/simple

豆瓣源仓库
pip config set global.index-url http://pypi.douban.com/simple/

选择一个源 执行上面命令即可