python pip 换源

 

pip换源阿里云,在cmd输入命令:

pip config set global.index-url https://mirrors.aliyun.com/pypi/simple

换清华源:

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

查看当前源:

pip config list

pip是一个通用的Python包管理工具,全称是package installer for python

 

posted @ 2023-04-06 19:42  infocodez  阅读(444)  评论(0)    收藏  举报