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

CentOS6安装python3

时间:2019-10-09 21:18:48      阅读:91      评论:0      收藏:0      [点我收藏+]

标签:centos   ase   tst   epo   centos6安装   安装nginx   pip   url   https   

yum install epel-release
# 安装python34
yum --disablerepo="*" --enablerepo="epel" install python34

curl -O https://bootstrap.pypa.io/get-pip.py
# 安装pip
/usr/bin/python3.4 get-pip.py

# 也可以安装nginx,不过版本比较低(1.10.2)
yum --disablerepo="*" --enablerepo="epel" install nginx

CentOS6安装python3

标签:centos   ase   tst   epo   centos6安装   安装nginx   pip   url   https   

原文地址:https://www.cnblogs.com/lantor/p/11644277.html

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