Hi,
I am new to coding and currently attempting to use sublime text to code in python. I was trying to simply print hello python and got this output. Can someone please assist?
shell_cmd or cmd is required
[cmd: None]
Trouble with sublim text
Laar
#1
0 Likes
OdatNurd
#2
It looks like you tried to set up a custom sublime-build
file, but it is not set up correctly.
There is a lot of information floating around on the web with bad advice about making Sublime work with Python, but these days it just works out of the box for 99% of people.
So, I would choose Tools > Build System > Python
and then try to run the program again; when you’re asked to choose between Python
and Python - Syntax Check
, choose just Python
.
0 Likes