sh 如何在CentOS 7上安装Pip

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 如何在CentOS 7上安装Pip相关的知识,希望对你有一定的参考价值。

# copy from https://www.liquidweb.com/kb/how-to-install-pip-on-centos-7/

# First, we’ll install the EPEL repository
yum install epel-release

# As a matter of best practice we’ll update our packages:
yum -y update
yum -y install python-pip

# Check the version of Pip that is installed:
# Which should yield something similar to:
# pip 9.0.1 from /usr/lib/python2.7/site-packages (python 2.7)
pip -V

以上是关于sh 如何在CentOS 7上安装Pip的主要内容,如果未能解决你的问题,请参考以下文章

如何在 CentOS 7 中安装 pip?

如何在CentOS 7.0 上安装Odoo 8.0

sh 在centos上安装docker(在Centos 7上测试)

sh 在CentOS 7上安装本地Python 2.7.10

CentOS5.5上安装Python2.7及ez_setup和pip包

sh 在centos 7上安装python 2.7.10和pyenv