pip更换阿里源

windows
#临时使用清华源升级pip
python -m pip install --upgrade pip  -i https://pypi.tuna.tsinghua.edu.cn/simple some-package
#更换pip源
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple/

你可能感兴趣的:(Python)