Most voted "sublimerepl" questions
Sublimerepl is a plugin for Sublime Text 2 that lets you interactively run multiple languages within the IDE. Has built-in support for command history and for transferring codes.
Learn more…4 questions
Sort by count of
-
5
votes1
answer2843
viewsSublime problem to run python code
In giving CRTL+B in sublime 2, to run my code in python, appears this error message, someone knows what is? Decode error - output not utf-8] [cmd: [u'python', u'-u',…
python python-3.x sublime-text sublime-text-2 sublimereplasked 10 years, 5 months ago Leonardo Villela 53 -
4
votes1
answer877
viewsInput in Sublime Text
I am using Sublime Text to study python, but it does not support input. When running the following code with the sublime build: velocidade = int(input("Digite a velocidade: ")) I get the following…
-
0
votes1
answer462
viewsHow to set up Sublimerepl for Anaconda (Python)?
I installed Sublimerepl for execute the line or selection directly from Sublime Text 2. Meanwhile, in the same way as in this previous problem, Sublimerepl is not using Anaconda but another version…
python sublime-text-2 ipython anaconda sublimereplasked 10 years, 8 months ago Carlos Cinelli 16,826 -
0
votes1
answer119
viewsSublimerepl does not run the code
I’m using Sublime to write some codes in Python and Sublime REPL to "run" the codes. Anyway, I installed by package control, until then nothing strange, but when I put to run by REPL it gives "file…