Sublime Text 3 运行python
2018-10-18 本文已影响19人
Success85
{
"cmd":["python.exe", "-u", "$file"],
"path":"D:/Python/Python37", // 注意:路径根据自己的python安装路径而定
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"encoding": "cp936"
}
保存为:Python.sublime-build