Sublime配置Python3運行環境

新增Python3編譯環境 Tools > Build System > New Build System 將默認內容替換爲: { "cmd": ["python3", "-u", "$file"], "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "selector": "source.python" }
相關文章
相關標籤/搜索