我想用sublime text在 python 中运行一个简单的简单打印函数。我的Python.sublime-build
样子是这样的:
`"cmd": [C:\\Users\\Proteeti\\AppData\\Local\\Programs\\Python\\Python36-32\\python.exe", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
这是我的简单输出 python 程序 -没有输出显示并且说没有构建系统。
这里发生了什么问题?