-2

python is not recognized as a internal or external command, operable program or batch file

This is the message given by cmd when I typed "PYTHON". But I have seen in the internet, many are just typing python and getting python in cmd.

juzraai
  • 5,693
  • 8
  • 33
  • 47
Srid
  • 1
  • 1

1 Answers1

1

You need to add python address to windows path. for windows 10, open edit the system environment variable click on environment variables... button. in user variables select Path and then click on Edit button. click on New button and then Browse button, select python installation folder from open dialogue and click OK.

now you can test by opening a new cmd and typing python.

Farbod Shahinfar
  • 777
  • 6
  • 15