设置阿里云pip源,加速pip更新速度
Posted Python学习之路
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置阿里云pip源,加速pip更新速度相关的知识,希望对你有一定的参考价值。
mkdir ~/.pip
cat > ~/.pip/pip.conf << EOF
[global]
trusted-host=mirrors.aliyun.com
index-url=http://mirrors.aliyun.com/pypi/simple/
EOF
以上是关于设置阿里云pip源,加速pip更新速度的主要内容,如果未能解决你的问题,请参考以下文章