Top "Sublimerepl" questions

SublimeREPL is a plugin for Sublime Text 2/3 that runs interactive interpreters from a number of languages within a normal tab.

How to Run Python Code on SublimeREPL

I really like using sublime text 2 to write Python codes, however any time I try to run a script which …

python ubuntu python-2.7 sublimerepl
How to create a keyboard shortcut for SublimeREPL

I am new to Sublime Text 2 on Mac OS. I installed the package SublimeREPL. Is it possible to create a …

macos sublimetext sublimerepl
Run Python Debugger (pdb) in Sublime Text 3

How can you set python debugger (pdb) breakpoints in Sublime Text 3? Both SublimeREPL or Python Breakpoints fail with default python …

python sublimetext3 breakpoints sublime-text-plugin sublimerepl
Running Python interactively from within Sublime Text 2

I have looked at all the answers on this forum but I'm missing something. I want to be able to …

python sublimetext2 sublimerepl
Sublime Text: Permission denied when running Sublime REPL by non-root user under Ubuntu

When trying to run Sublime REPL, I get a message box with permission denied error: IOError(13, 'Permission denied') unless I …

ubuntu sublimetext2 sublimerepl
REPL error with Sublime Text 3

I'm using REPL with sublime text 3 (latest version as of today) and I'm coding in python 3.4. As far as I …

python sublimetext3 sublimerepl
Setting python path for sublimerepl from sublime text?

I use python portable along with sublime portable of a memory stick and decided to install sublime REPL however when …

python sublimetext pythonpath sublimerepl
Send Text to REPL Using SublimeREPL and Sublime Text 2

I'm having trouble getting started with SublimeREPL. I have a python program, and can start a python interpreter inside of …

sublimetext2 sublimerepl
Using virtualenv with Sublime Text 3 and SublimeREPL

I'm trying to setup ST3 to work with Python's virtualenv, running on Windows 8.1. I usually use SublimeREPL with my global …

python virtualenv sublimetext sublimetext3 sublimerepl