sublime设置python解析器
sublime设置python解析器#pythonTools -> Build System -> New Build System{"shell_cmd": "python -u \"$file\"","file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)","selector": "source.p...
·
sublime设置python解析器
#python
Tools -> Build System -> New Build System
{
"shell_cmd": "python -u \"$file\"",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"env": {"PYTHONIOENCODING": "utf-8"},
"variants":
[
{
"name": "Syntax Check",
"shell_cmd": "python -m py_compile \"${file}\"",
}
]
}
更多推荐
已为社区贡献8条内容
所有评论(0)