centos 7.4 中默认python安装pip

Posted 小小她爹

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 7.4 中默认python安装pip相关的知识,希望对你有一定的参考价值。

费劲九牛二虎之力才搞定

正确打开方式:

获得正确版本的get-pip,py

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

直接python get-pip.py  -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com

错误方式:

yum install python-pip

直接升级:

pip install --upgrade pip

使用tar.gz升级

pip install pip-22.3.1.tar.gz

以上是关于centos 7.4 中默认python安装pip的主要内容,如果未能解决你的问题,请参考以下文章

阿里云CentOS 7.4 使用Flask建站

Centos 7 x86_64 安装 Python3.7.4

Centos 7.4 安装ipython和mysql-python遇到的问题

centos 安装配置python虚拟环境pip

centos7 安装pip+python3.6

ansible部署(pip安装)