How to Run Python Code on SublimeREPL

As described here, create a new Build System file and save it as ..\Packages\User\SublimeREPL-python.sublime-build. The file should contain: { “target”: “run_existing_window_command”, “id”: “repl_python_run”, “file”: “config/Python/Main.sublime-menu” } Then go to your Python file tab and select Tools > Build System > SublimeREPL-python. Now, Ctrl + B should execute the current Python file, with the output in … Read more