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
Build for Sublime text3
AMANDAI
#1
0 Likes
Asuza
#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
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
this will do:
{
“cmd”: [“python”, “-u”, “$file”],
“file_regex”: “^[ ]File "(…?)”, line ([0-9]*)",
“selector”: “source.python”
}
0 Likes
AmjadHD
#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