Sublime python 環境配置和交互加載

blog[sublime]:解決python環境和交互輸入問題。

file_name= python3.sublime-build          ~!
解决 install backage报错问题(替换文件)

路径:sublime text3\data\package

文件地址:https://files.cnblogs.com/files/chris-lin/sublime_backage.zip

(需安装 sublimeREPL

path:
{
    "cmd": ["python", "-u", "$file"],
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
    "selector": "source.python"
}
-------------------------------------------
交互:
package--->sublimerepl
tool--->sublimerepl--->python-->python run current file

用戶綁定操作:
[ {"keys":["f5"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command", "args":
{
"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"
}}
]
posted @ 2018-12-05 11:55  chris_lumpy  阅读(184)  评论(0编辑  收藏  举报