Preferences——> Package Settings——>Package Control——>Settings-user,并添加如图所示代码
?
"channels": [ "https://raw.githubusercontent.com/Bouquet666/Universal-tool/master/channel_v3/channel_v3.json" ],
保存,重启sublime text 3。Package Control 可用
{ "keys": ["f5"], "caption": "SublimeREPL: Python - RUN current file", "command": "run_existing_window_command", "args": { "id": "repl_python_run", "file": "config/Python/Main.sublime-menu" } }, { "keys": ["f8"], "caption": "SublimeREPL: Python - PDB current file", "command": "run_existing_window_command", "args": { "id": "repl_python_pdb", "file": "config/Python/Main.sublime-menu" } },
windows 下sublime text 3 配置python 环境详解
原文:https://www.cnblogs.com/talented-stefan/p/11624136.html