首页 > 代码库 > centos安装pip

centos安装pip

centos下使用yum 安装pip

1、首先安装epel扩展源:

yum -y install epel-release

2、然后再安装pip

yum -y install python-pip


本文出自 “点滴积累” 博客,请务必保留此出处http://huangyanqi.blog.51cto.com/12622147/1914118

centos安装pip