1. 汉化:localiza
2. SubLimeREPL
3. 默认编译系统-绑定python
{
"encoding":"utf-8", "working_dir":"$file_path", "shell_cmd":"C:\\Users\\Administrator\\AppData\\Local\\Programs\\Python\\Python35-32\\python.exe -u \"$file\"", "file_regex":"^[ ]*File \"(...*?)\", line ([0-9]*)", "selector":"source.python"
}
4. 快捷键绑定
[
{
"keys":["ctrl+b"],"caption":"SublimeREPL:Python",
"command":"run_existing_window_command", "args":
{
"id":"repl_python_run",
"file":"config/Python/Main.sublime-menu"
}
}
]
5 sublimeREPL-绑定python解析器
{ "default_extend_env": {"PATH":"D:\\SOFTWARE\\python3.6"}, }