sublime运行py文件无法input的问题
安装SublimeREPL插件,点击Tools->SublimeREPL->Python->Python - RUN current file
就打开交互界面了
是可以输入的,然后设置快捷键打开这个东西。
点击Preferences->Key Bindings
输入这段内容:
[
{ "keys": ["f5"], "caption": "SublimeREPL:Python",
"command": "run_existing_window_command", "args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}
}
]
然后按F5(build之后)就可以运行了
ctrl+B进行build


浙公网安备 33010602011771号