码迷,mamicode.com
首页 > 其他好文 > 详细

安装django1.8.13

时间:2016-05-09 18:52:19      阅读:123      评论:0      收藏:0      [点我收藏+]

标签:python

tar -zxvf setuptools-21.0.0.tar.gz

cd setuptools-21.0.0

python setup.py install


tar -zxvf Django-1.8.13.tar.gz 

cd Django-1.8.13

python setup.py install


测试:

Python 2.7.11 (default, May  9 2016, 16:45:19) 

[GCC 4.4.7 20120313 (Red Hat 4.4.7-16)] on linux2

Type "help", "copyright", "credits" or "license" for more information.

>>> import django

>>> print(django.get_version())

1.8.13


本文出自 “八英里” 博客,谢绝转载!

安装django1.8.13

标签:python

原文地址:http://5921271.blog.51cto.com/5911271/1771548

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!