0

If i open an file with "python manage.py .." this error apperas

python : Die Benennung "python" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines ausführbaren 
Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und 
wiederholen Sie den Vorgang.
In Zeile:1 Zeichen:1
+ python manage.py runserver
+ ~~
    + CategoryInfo          : ObjectNotFound: (python:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

i searched for it the people there are saying I have to change some pathes in my windows but thats confusing does anyone know what I have to do in detail.

Thanks

FLYAX
  • 79
  • 8
  • Does this answer your question? ["python" not recognized as a command](https://stackoverflow.com/questions/7054424/python-not-recognized-as-a-command) – Xiddoc Sep 30 '21 at 17:42
  • nope, already did that doesnt change anything. I placed the path from my Installed Python directory into the thing of the example but that didnt work – FLYAX Sep 30 '21 at 19:37
  • Try to uninstall Python, reinstall it. During the installation, there will be a button asking you if you want to add Python to the PATH, check the button. – Xiddoc Sep 30 '21 at 19:38
  • that was it, thanks – FLYAX Oct 01 '21 at 14:15
  • No problem, hope I helped! – Xiddoc Oct 01 '21 at 15:06

0 Answers0