2018年12月8日 星期六

Sublime 關於Python 3X,無法顯示直接編譯結果(Ctrl+B)

原始出處:Sublime Tex 3 支持Pythone2,Python3 編譯環境(簡中)

重新設定一個給Python的環境檔即可,內容如下:

"cmd": ["python", "-u", "$file"],

"path":"C:/Python33",
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"


各步驟圖: