Sublime Forum

Trouble with sublim text

#1

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]

0 Likes

#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

#3

yes this worked. Was a simple fix thank you

1 Like