sublime python 配置内容

{
"cmd": ["python", "-u", "$file"],
"file_regex": "^[ ]*File "(...*?)", line ([0-9]*)",
"path":"D:/Python27",
"selector": "source.python"
}

原文地址:https://www.cnblogs.com/51testing/p/6876779.html