CentOS7 搭建python3 Django環境

yum install gccpython

yum install makesql

yum install openssl-devel -ydjango

yum install sqlite-devel -ysqlite

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

tar xvf Python-3.5.2.tar.xzssl

cd Python-3.5.2get

./configureopenssl

make it

make installpip

pip3 install django

相關文章
相關標籤/搜索