Reputation: 41
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!
Upvotes: 0
Views: 466
Reputation: 304
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/
Upvotes: 1