movii
5/20/2015 - 8:00 AM

Python3.sublime-build

{
"cmd": ["/usr/local/bin/python3", "$file"], 
"selector": "source.python", 
"file_regex": "file \"(...*?)\", line ([0-9]+)",
"env": {"LANG": "en_US.UTF-8"} 
}

//In Sublime Text 3, Tools -> Build System -> New Build System
//replace the "cmd" path with your 'which python3' result in terminal