CentOS 6 安装 python and pip

yum update 

yum list python*     //查看可安装python包

yum install python34.i686_64

wget https://bootstrap.pypa.io/get-pip.py  下载 pip安装脚本

python get-pip.py  安装pip

原文地址:https://www.cnblogs.com/yangjig/p/6122390.html