CentOS7 搭建python3 Django环境

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS7 搭建python3 Django环境相关的知识,希望对你有一定的参考价值。

yum install gcc

yum install openssl-devel -y

yum install sqlite-devel -y

wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tar.xz

tar xvf Python-3.5.2.tar.xz

cd Python-3.5.2

./configure

make 

make install

pip3 install django

 

以上是关于CentOS7 搭建python3 Django环境的主要内容,如果未能解决你的问题,请参考以下文章

Centos7下搭建Django+uWSGI+nginx基于python3

在centos7下从零搭建Nginx+uWSGI+Django

CentOS7 + Python3 + Django(rest_framework) + MySQL + nginx + uwsgi 部署 API 开发环境, 记坑篇

Django项目发布 环境部署(中)

centos7 + nginx + uwsig + Django

centos7下部署Django(nginx+uWSGI+Python3+Django)