pip(临时,永久)更换源

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

临时更换
pip install -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple some-package

你可能感兴趣的:(pip,python,linux)