美文网首页
SublimeREPL Python运行快捷键设置

SublimeREPL Python运行快捷键设置

作者: 文涤笙 | 来源:发表于2020-03-15 23:24 被阅读0次

[{

"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运行快捷键设置

      本文链接:https://www.haomeiwen.com/subject/kciiehtx.html