CentOS6安装python3
Posted 凭栏知潇雨
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS6安装python3相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章