Skip to main content
Image

r/learnpython



Advertisement: Andrew Garfield sets the stage for THE UPRISING, only in theaters September 10.
Andrew Garfield sets the stage for THE UPRISING, only in theaters September 10.
media poster



"No installed Python found!" when trying to run "py"
"No installed Python found!" when trying to run "py"

I'm trying to compile something, but it requires the use of py instead of python.

The thing is, whenever I try to use py, the command line will just say No installed Python found! This doesn't happen when I use python for calling an action.

I wanted to make sure py is in my PATH, so doing where py does show the path to py.exe. I know that py does exist in PATH, but it just doesn't work when trying to use it compared to using python.

Uninstalling and reinstalling Python doesn't seem to do anything new, so what should I do?

I should probably mention that I'm using Wine on MacOS because compiling on MacOS seems to require specific Windows executable files, and I need Wine for that.