Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python not found on Windows [duplicate]

Tags:

python

windows

I have Python on my PATH but when I run the command prompt python --version I got:

Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

Any help with Windows would be appreciated...

like image 603
delalma Avatar asked May 04 '26 08:05

delalma


1 Answers

You need to download python from https://www.python.org/. During installation be sure to check the install to path option.

like image 51
Joshua Johns Avatar answered May 06 '26 21:05

Joshua Johns