1. 程式人生 > >Sublime python 環境配置和互動載入

Sublime python 環境配置和互動載入

blog[sublime]:解決python環境和互動輸入問題。

file_name= python3.sublime-build          ~!

path:
{     "cmd": ["python", "-u", "$file"],     "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",     "selector": "source.python" } ------------------------------------------- 互動: package--->sublimerepl tool--->sublimerepl--->python-->python run current file

使用者繫結操作: [ {"keys":["f5"], "caption": "SublimeREPL: Python - RUN current file", "command": "run_existing_window_command", "args": { "id": "repl_python_run", "file": "config/Python/Main.sublime-menu" }} ]