找了好多教程找不全,给我难受的
我已解决可以看看
打开: home/username/.config/sublime-text-3/Packages/SublimeREPL/config/Python从这里打开Main.sublime-menu。编辑条目,使其与以下内容相同:[
{
"id": "tools",
"children":
[{
"caption": "SublimeREPL",
"mnemonic": "r",
"id": "SublimeREPL",
"children":
[
{"caption": "Python",
"id": "Python",
"children":[
{"command": "repl_open",
"caption": "Python",
"id": "repl_python",
"mnemonic": "p",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": ["python3", "-i", "-u"],
"cwd": "$file_path",
&n