轉載:
html
若是是想在sublime裏要python shell那種交互或者run module F5 F5 F5下這種效果的話,仍是挺容易實現的,windows下的:
1. 打開Sublime text 3 安裝package control
Sublime Text 3 安裝Package Control
python
2. 安裝 SublimeREPLshell
Ctrl+shift+p 鍵入 install packageswindows
稍等片刻後 鍵入 SublimeREPL 安裝便可ide
經過選項Tools->SublimeREPL->Python就能夠看到效果了spa
3. 鍵位綁定htm
固然每次經過Tools->SublimeREPL->Python這樣的方式比較繁瑣blog
將這樣的操做和一個按鍵如F1綁定後,就會方便不少啦get
e.g.打開Preferences->Key Bindings-User,複製一下代碼:it
[{"keys":["f1"], "caption": "SublimeREPL: Python - RUN current file", "command": "run_existing_window_command", "args": {"id": "repl_python_run","file": "config/Python/Main.sublime-menu"} }]
Ctrl+s下就行了~