CentOS7 搭建python3 Django环境

yum install gcc

yum install make

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

上一篇:VB中Excel 2010的导入导出操作


下一篇:Oracle导入excel数据快速方法