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

 

posted @ 2016-12-01 16:11  yjig  阅读(204)  评论(0编辑  收藏  举报