運(yùn)行是按快捷鍵 ”ctrl + B“ Preferences-》Browse Packages-》Python-》Python.sublime-build 編輯這個(gè)文件。
修改成:
{
"cmd": ["python", "-u", "$file"],
"path":"python的安裝路徑(路徑只要指定到文件夾)",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
} |
|