sublime text 3 運行python27 和 python37
Tools -?build -?new build system?
輸入
{
"cmd": ["C:/Python27/python.exe","-u","$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
}
保存為
python2.7.sublime-build
build?system 選擇 python2.7即可?

標簽: