a) Sublime could not show results
Q: Environment is not built
A: tools-build system-new build system, then write
{
"cmd":["D:/python-3.6.3.exe","-u","$file"],
"file_regex":"^[]*file \"(...*?)\",line([0-9]*)",
"selector":"source.python"
}
本文介绍了解决Sublime Text中构建环境未搭建导致无法显示结果的问题。通过配置新的构建系统,设置Python解释器路径及正则表达式匹配,使Sublime能够正确执行Python文件。
a) Sublime could not show results
Q: Environment is not built
A: tools-build system-new build system, then write
{
"cmd":["D:/python-3.6.3.exe","-u","$file"],
"file_regex":"^[]*file \"(...*?)\",line([0-9]*)",
"selector":"source.python"
}
2210

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