Sublime Text3 配置 Python2 Python3

clip_image001

{

"cmd": "C:/Python27/python.exe", "-u", "$file"],

"file_regex": "^[]*File \"(...*?)\", line ([0-9]*)",

"selector": "source.python"

}

clip_image002

clip_image003

Python3 与 Python2建立的方法一样

{

"cmd": "C:/Python36/python.exe", "-u", "$file"],

"file_regex": "^[]*File \"(...*?)\", line ([0-9]*)",

"selector": "source.python"

}

clip_image004

posted @ 2018-01-25 19:09  全威儒  阅读(233)  评论(0编辑  收藏  举报