0

so I just installed Python on a WIN10 Laptop, unfortunately, when checking via the Terminal with python --version I get the error message: 'python' is not recognized as an internal or external command, operable program or batch file.

Any Idea what this could be related too?

Thanks!

2
  • i think python is not correctly installed on windows read Commented Mar 19, 2019 at 11:16
  • I downloaded it from the Python Homepage and the executable added it to the system and can find the file itself too. Commented Mar 19, 2019 at 11:23

1 Answer 1

1

You need to add python to your PATH environment variable.

Check this blog here : https://geek-university.com/python/add-python-to-the-windows-path/

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.