python常用配置
pip
升级pip版本
1 | pip install -i https://mirrors.ustc.edu.cn/pypi/web/simple pip -U |
镜像源
中科大源配置说明: https://mirrors.ustc.edu.cn/help/pypi.html
临时使用
1 | pip install -i https://mirrors.ustc.edu.cn/pypi/web/simple package |
设为默认
升级 pip 到最新的版本 (>=10.0.0) 后进行配置:
1 | pip config set global.index-url https://mirrors.ustc.edu.cn/pypi/web/simple |
vim ~/.config/pip/pip.conf
1 | [global] |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 BLOG!