python - Ubuntu and Django, no module named 'django' -
i have problem django on ubuntu. when type python
in terminal, terminal returns
python 3.4.1 (default, jun 2 2015, 15:13:43) [gcc 4.8.2] on linux
so it's allright. when type admin-django.py version
terminal returns 1.8.2
so it's still allright. when go
python
import django
terminal returns:
traceback (most recent call last): file "<stdin>", line 1, in <module> importerror: no module named 'django'
i'm fighting whole day, i'm quite new linux. know solution?
Comments
Post a Comment