码迷,mamicode.com
首页 > 编程语言 > 详细

centos6安装python3.4和pip3

时间:2017-10-07 14:53:03      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:--   post   clear   pytho   trap   tle   wget   没有   cert   

在安装了epel源的情况下,直接yum就可以安装python3.4

yum install python34 -y
python3 --version

没有自带pip3,从官网安装

wget --no-check-certificate https://bootstrap.pypa.io/get-pip.py
python3 get-pip.py
pip3 -V

centos6安装python3.4和pip3

标签:--   post   clear   pytho   trap   tle   wget   没有   cert   

原文地址:http://www.cnblogs.com/highfly2012/p/7634480.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!