Python修改pip镜像地址

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

###查看是否修改完成
pip config list

,