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

清华源仓库
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/

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

posted @ 2023-07-11 11:45  study_php_java_C++  阅读(10)  评论(0编辑  收藏  举报