Where is Pip3 Installing Modules?
Ubuntu 15.10 Python 3.4.3+ Django 1.8.7 When I try to import django in the python3 interpreter, it says ImportError: No module named 'django' . I know Django 1.8.7 installed though, 'cause I can get the version # by doing django-admin --version in the terminal commandline. When I tried python3 manage.py runserver in a Django project directory, I get this error: Traceback (most recent call last): File "manage.py", line 8, in <module> from django.core.management import execute_from_command_line ImportError: No module named 'django' So again (as expected), it's not in a path where Python can find