sublime经验备忘|sublime插件之SublimeRPE

2017-05-21  本文已影响0人  lfpwhy

1、sublime经验备忘|SublimeRPEL安装

2、sublime经验备忘|SublimeRPEL之python环境设置

3、sublime经验备忘|快捷键设置

 "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"}
 }
 }```
上一篇 下一篇

猜你喜欢

热点阅读