{
"cmd": ["D:/python37/python.exe","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
}
新建环境如上,把python路径改下,同时注意反斜杠~~
{
"cmd": ["D:/python37/python.exe","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
}
新建环境如上,把python路径改下,同时注意反斜杠~~