sublime4配置python和REPL插件之后,还是不能输入,输入就一直在输入,没有反应,怎么办。
新建个编译系统,运行python的时候用独立窗口运行看看
{ "shell_cmd": "start cmd /k python \"${file}\"", "working_dir": "${file_path}", "selector": "source.python", "shell": true, }