Sublime Forum

SublimeREPL not working with Python 3 as it should be

#1

So I’m trying to configure SublimeREPL for Python 3, in Sublime Text 3. In all the videos and tutorials that I’ve seen, the REPL that opens is in a new Sublime Text tab. However whenever I try it, the REPL opens in a cmd window, and not in a new tab. How do I fix this?

0 Likes

#2

Hello GreatBlitz,

Set View | Layout to Columns:2 and then run Sublime REPL - {language: e.g., Python} - {language: e.g., Python} - Run Current File.

0 Likes