sublime3 ctl+b无效

Preference->Browse Packages->python,编辑Python.sublime-build文件,在字典里添加path item,value为你的python路径,示例如下:

{
 "cmd":["python.exe", "-u", "$file"],
 "path":"C:/Python27",
 "file_regex": "^[ ]*File "(...*?)", line ([0-9]*)",
 "selector": "source.python"
}

亲测,无效.不知道为什么,最后还是重装解决….

posted @ 2014-07-15 14:55  core!  阅读(200)  评论(0编辑  收藏  举报