After installing python using scoop:
scoop install python
When running py -3 script.py, py.exe, which is the Python Launcher for windows, can't find an installed Python.
py -3 script.py
No installed Python found!
After installing python using scoop:
scoop install python
When running py -3 script.py, py.exe, which is the Python Launcher for windows, can't find an installed Python.
py -3 script.py
No installed Python found!
Copyright © 2021 Jogjafile Inc.
After you have installed python using scoop, there's a tip in how to fix this. It is easy to miss:
So in order to fix it just run this from your powershell terminal:
Replace [Username] with your real user.