I am not able to run my local server through atom terminal, even though all the requirements are meant. This is the error i get when I run python manage.py runserver,
File "manage.py", line 17 ) from exc ^ SyntaxError: invalid syntax
I tried python3 manage.py runserver as suggested by some people online as a solution for mac users but it gave a different error,
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forge t to activate a virtual environment?
Sharing the screenshot of my atom terminal.
pip3? - ymochurad