Sublime Forum

Build for Sublime text3

#1

Hi my name is jay. i have downloaded Sublime Text3. i have python 3.6. Can anyone help me with new build sys. i am a new coder. I tried everything. nothing is working.
Path to my python is:C:\Users\hp\AppData\Local\Programs\Python\Python36\python.exe

0 Likes

#2

Maybe this will help? http://docs.sublimetext.info/en/latest/file_processing/build_systems.html

Though you should probably actually mention what you did and did not try, because it’s hard to help someone with so little information given.

0 Likes

#3

If I recall correctly python runs pretty much out-of-the-box.

Did you check if the path is correct? open a terminal, then type “python”

0 Likes

#4

this will do:

{
“cmd”: [“python”, “-u”, “$file”],
“file_regex”: “^[ ]File "(…?)”, line ([0-9]*)",
“selector”: “source.python”
}

0 Likes

#5
{
"cmd": ["C:/Users/hp
/AppData/Local/Programs/Python
/Python36/python.exe", "-u", "$file"],
"file_regex": "^[ ]File \"(...?)\", line
([0-9]*)",
"selector": "source.python"
}
0 Likes