默认情况下,linux都已经支持了python,输入python -V检查是否已经安装。
安装 setuptools
完成之后,可以使用easy_install命令安装django
参考 https://www.runoob.com/django/django-install.html