I'm trying to get python to work in Sublime but it just won't. This is what I'm getting: below
'py' is not recognized as an internal or external command,
operable program or batch file.
[Finished in 0.1s with exit code 1]
[shell_cmd: py -3 -OO -u "C:\Users\NAME REDACTED\Desktop\tetris.py"]
[dir: C:\Users\NAME REDACTED\Desktop]
[path: C:\Python\Python37]
The python path is the right place. I can get it to work on Pyzo and Atom, but I'm stubborn and really want sublime. Could someone please help me?