Skip to content

Instantly share code, notes, and snippets.

@stereodenis
Last active July 13, 2019 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stereodenis/4d6427d89d4c69d90bacc88671ad65d4 to your computer and use it in GitHub Desktop.
Save stereodenis/4d6427d89d4c69d90bacc88671ad65d4 to your computer and use it in GitHub Desktop.
pip3 install django==2.1.5
Requirement already satisfied: django==2.1.5 in /usr/local/lib/python3.7/site-packages (2.1.5)
Requirement already satisfied: pytz in /usr/local/lib/python3.7/site-packages (from django==2.1.5) (2018.9)
@MacB ➜ dtp-stat rbenv:(2.3.1) git:(master) ✗ ./manage.py makemigrations --noinput
Traceback (most recent call last):
File "./manage.py", line 17, in <module>
"Couldn't import Django. Are you sure it's installed and "
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment