{
"cmd": ["C:/Users/Administrator/AppData/Local/Programs/Python/Python37/python.exe","-u","$file"],
"file_regex": "^[ ]*File "(...*?)", line ([0-9]*)",
"selector": "source.python",
"encoding": "utf-8" ,
"env": {"PYTHONIOENCODING": "utf8"}//通过这句,使编码一致,都是utf8
}
sublime texe 3 python的配置 通过创建Python3.sublime-build并可以中文的编译



