前提条件:连接外网
1.安装管理插件(CTRL+SHIFT+P),找到Package Control:install package一项,回车后继续选择SublimeREPL插件,进行安装;
2.给REPL设置一个F5的快捷键。
在preferences下选择Key Bindings-user,在其中粘贴如下并保存:
[ {"keys":["f5"], "caption": "SublimeREPL: Python - RUN current file", "command": "run_existing_window_command", "args": { "id": "repl_python_run", "file": "config/Python/Main.sublime-menu" }} ]