centos中没有pip命令
三条语句
1。查看是否安装依赖包,没安装先安装:
yum install epel-release
2。更新文件库
yum -y update
3。安装pip
yum -y install python-pip
转自 http://m.mamicode.com/info-detail-2331162.html
centos中没有pip命令
三条语句
1。查看是否安装依赖包,没安装先安装:
yum install epel-release
2。更新文件库
yum -y update
3。安装pip
yum -y install python-pip
转自 http://m.mamicode.com/info-detail-2331162.html