在Tool >> BulidingSystem 中  新建 python3 写入如下代码

{
"cmd": ["C:/python3/python.exe","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"encoding": "cp936"
}

05-28 23:54