Last active
July 13, 2019 14:37
-
-
Save stereodenis/4d6427d89d4c69d90bacc88671ad65d4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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