With the python script that is currently open in SublimeText, I select:
Tools> SublimeREPL> Python> RUN Current File
Sublime executes the script in a new interactive REPL [python] window (this window is still inside Sublime).
After python script sublime types completes:
Repl closed
Now I can start typing python commands into this interactive window under the Repl Closed message . But when I press Enter, the editor just jumps to a new line when I expect it to print the line I just printed. Please advise which key (if any) should be used to execute the entered command.
source
share