So I just started learning to code using the book Python Crash Course 2nd Edition by Eric Matthews and I followed all the instructions in running the hello world.py but this shows up when I input it in sublime text. Is there anyway I could fix this?
Hello python world doesn't work
cashewrpea
#1
0 Likes
It just means that you have not set Python in the PATH
variable of your OS (which seems to be Windows from the screenshot). You will need to do that (and maybe restart ST just for good measure)
1 Like