manage.py runserver python not found

390 Views Asked by At

I'm trying to learn django and I'm almost completely new to python, I'm using pycharm btw. My problem is that when i try to type

python manage.py runserver

in the PyCharm terminal it just tells me that Python was not found.

I have already tried to reinstall python and add it to system variables.

1

There are 1 best solutions below

1
Ormon Saadanbek On

You must configure your PyCharm path to show where is interpreter of Python on your PC.

https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html