liunx yum安装python3

1

yum -y install python36 python36-devel git gcc
yum -y install python36 python36-devel git gcc lrzsz mariadb mariadb-server epel-release lrzsz

pip3 install -r requirements.txt
yum install -y mariadb mariadb-server nginx
pip3 install pymysql mysqlclient django==1.11.6
python3 manage.py runserver

原文地址:https://www.cnblogs.com/dengcongcong/p/11771131.html