Hello everyone,
I have Sublime Text 3, Windows 10, 64-bit, I’m writing on Python3.4. What should my Build code look like?
Currently it looks like this:
{ "cmd": ["d:/Program Files/Python/python.exe", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python" }
where "d:/Program Files/Python/python.exe"
is the directory to the python itself.
I am new to the world of programming and I have no idea about JSON, so if you can just give me the code i should plug in it would be very helpful.
Cheers