先装下easy_install,它用来更方便地安装python的扩展包
1、apt-get install python-setuptools
2、easy_install -h 检查一下看有没有安装成功
3、easy_install django
DONE