SublimeREPL Python运行快捷键设置

SublimeREPL Python运行快捷键设置_第1张图片

[{

"keys": ["f5"],

"command": "repl_open",

"caption": "Python - RUN current file",

"id": "repl_python_run",

"mnemonic": "R",

"args": {

"type": "subprocess",

"encoding": "utf8",

"cmd": ["python", "-u", "$file_basename"],

"cwd": "$file_path",

"syntax": "Packages/Python/Python.tmLanguage",

"external_id": "python",

"extend_env": {"PYTHONIOENCODING": "utf-8"}

},

} ,]


你可能感兴趣的:(SublimeREPL Python运行快捷键设置)