{
"cmd": ["D:/python37/python.exe","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
}
新建环境如上,把python路径改下,同时注意反斜杠~~
本文介绍如何修改Python环境配置,将python.exe路径指向正确位置,并强调了使用正斜杠和文件匹配规则。
{
"cmd": ["D:/python37/python.exe","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
}
新建环境如上,把python路径改下,同时注意反斜杠~~
1487
522
2949

被折叠的 条评论
为什么被折叠?