标签:pre django which exit pytho on() code 版本 port
$ which python
/usr/bin/python
$ python --version
Python 2.7.10
$ python
>>> import django
>>> django.get_version()
‘1.11.11‘
>>> exit()
标签:pre django which exit pytho on() code 版本 port
原文地址:http://blog.51cto.com/14129329/2331924