在CentOS 7.4上安装pip

有一些VPS上的CentOS 7.4,没法安装pip。

即便是已经安装了epel-release,装pip也会显示找不到包。

对于这个问题有这么个方法:

curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
python get-pip.py

Leave a Reply

Your email address will not be published. Required fields are marked *