python 使用阿里云镜像

临时使用

pip install -i https://mirrors.aliyun.com/pypi/simple/ 包名

永久使用配置

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

查看设置结果

pip config list

取消永久使用配置

pip config unset global.index-url

你可能感兴趣的:(python 使用阿里云镜像)