Sublime配置Python3运行环境

新增Python3编译环境 Tools > Build System > New Build System 将默认内容替换为: { "cmd": ["python3", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python" }
相关文章
相关标签/搜索