SublimeREPL
SublimeREPL copied to clipboard
Prompt does not move to the next line after evaluation
I'm not sure if anyone else has encountered this issue. I use Ctrl+Shift+P
and select SublimeREPL: Python
to open the interpreter. When I evaluate a simple code (import os
) by selection from a py-file, the prompt in the REPL continues on the current line, instead of moving to the next line: