Python3+sublime text3 环境

Windows下sublime build

{

"cmd": ["Python", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"encoding":"utf-8",
"encoding": "cp936"
}

你可能感兴趣的:(Python3+sublime text3 环境)