Ubuntu12.04 Python Django 安装

Ubuntu 12.04

Python Django 环境安装

python 环境是自带的


sudo apt-get install python-setuptools
sudo easy_install django

至此Django安装好了


推荐大家使用iPython这个交互式Shell,它能支持自动补全

sudo apt-get install ipython

在命令行输入ipython进入python shell



可以看到django已经安装好了,版本是1.8

你可能感兴趣的:(python,django)