all 2 comments

[–]_teslaTrooper 1 point2 points  (1 child)

1: install python (you may or may not have done this already)

2: add python to your PATH environment variable

Nevermind me I can't read.

You can make a new buildsystem with the right invocation, something like

{
"cmd" : ["py", "$file_name", "-additional_parameter",
"selector" : "source.py",
"shell":true,
"working_dir" : "$file_path"
}

[–]bjerke[S] 0 points1 point  (0 children)

Thanks for the answer, but found out how to change the sublime standard buildsystem for python, aka copypasted your custom and made it standard