Questions tagged [sublimerepl]

SublimeREPL is a plugin for Sublime Text that runs interactive interpreters from a number of languages within a normal tab. It also allows connecting to a remote interpreter (e.g. Clojure/Lein) though a telnet port. SublimeREPL has a built-in support for command history and transferring code from open buffers to the interpreters for evaluation.

SublimeREPL is a for that runs interactive interpreters (both local and remote) inside a regular Sublime tab or view. It has built-in support for over 30 languages, including basic operations ( and ).

NOTE: SublimeREPL is no longer under active development. It does work in , but some features such as IPython/Jupyter integration are no longer functional because of API changes. One alternative for SublimeREPL is the Terminus package.

Features


Useful Links

238 questions
0
votes
1 answer

SublimeRepl New Repl "No Repl for 'sql' "

I'm trying to set up a Sublime Text Repl for Postgres using Sublime Repl. I've set up a new folder in Users/Packages/SublimeRepl/config called Postgres and added two files: Main.sublime-menu has the following content [ { "id": "tools", …
Tahnoon Pasha
  • 5,848
  • 14
  • 49
  • 75
0
votes
0 answers

Error with IPython 4 shell using Sublime REPL

I'm having trouble running IPython with sublime text REPL package. I'm using Python 3.5 and Jupyter Console 4.1.1. Jupyter Console 4.1.1 Jupyter Console 4.1.1 C:\Users\Admin\Anaconda3\python.EXE: Error while finding spec for 'ipykernel.__main__'…
AppleGate0
  • 325
  • 1
  • 3
  • 14
0
votes
1 answer

Change SublimeREPL Execute Key Binding to cmd-enter in Sublime Text 3 (ST3)

In sublime text 2 I simply used Enhanced-R in order to use the cmd+enter hot key to evaluate a snippet of code in SublimeREPL or the native R app. As far as I can tell, this package doesn't exist for ST3. So, might I change the key binding,…
Michael Davidson
  • 1,391
  • 1
  • 14
  • 31
0
votes
1 answer

Error trying to run R in Sublime using REPL R on Mac "FileNotFoundError"

I am trying to run R from Sublime Text 3 on a Mac. I have followed various online instructions (http://tomschenkjr.net/blog/using-sublime-text-2-for-r/) but can't get it to work on my Mac. I have configured the SublimeREPL settings for user as: { …
user2297129
  • 83
  • 1
  • 3
0
votes
0 answers

Building Python in ST3

I am new to using Python and currently have version 3.4 installed on my Mac and Windows PC. I've been using it for a week or so in class and I am super tired of IDLE, so I have been trying to set up a dev environment in a program I used a lot for…
0
votes
0 answers

Use pyenv local python version with SublimeREPL

My system comes with Python 2.7.6 installed by default. I need to use v2.7.8 so I've installed it using pyenv: pyenv install 2.7.8 and set it up as the local version in the folder where my code resides with: cd /path_to_folder pyenv local…
Gabriel
  • 40,504
  • 73
  • 230
  • 404
0
votes
1 answer

Mayapy.exe as python interpreter for SublimeREPL

I've tried following SublimeREPL instructions for setting default_extend_env. I tried: "default_extend_env": {"PATH": "{PATH}:C:/Program Files/Autodesk/Maya2016/bin/mayapy.exe"} I also tried: "default_extend_env": {"PATH":…
0
votes
3 answers

i need to know whats the diference between from tkinter import * and from tkinter import 'module'

I am learnig python for the beginning, I am doing some tutorials and video-tutorials. I am using sublime text 3 for wrinting code and the console of sublimeREPL to run the files and the code. a few days ago I had to search on the web how to make…
0
votes
2 answers

how to terminate sublime text 3 REPL shell process when using Django

I am learning Django for two days. And I am able to run the first Django project by Mac terminals. But I want sublime text 3 to complete everything, because I have been using Sublime text 3 for two months. However I got some problem, when I run…
zero
  • 99
  • 8
0
votes
1 answer

how to write package for sublimeREPL

The SublimeREPL plugin for ST supports lots of languages, but not all of them. It also supports writing your own configuration file for any non-default languages. Once you've written this configuration, is there any way to include it in a regular…
Nate Glenn
  • 6,455
  • 8
  • 52
  • 95
0
votes
1 answer

Interactive Perl programming in Sublime 3 (Ubuntu)

Practically all of the exercises in my introductory Perl book have so far required taking input, which is causing me some challenges with Sublime Text 3. I set up the custom build file from this post to run scripts directly and I've also installed…
Leon
  • 75
  • 2
  • 11
0
votes
2 answers

trouble with Sublime REPL not finding packages

What I've got: New copy of Yosemite, homebrew installation of python 2.7, Sublime Text 2 with the following packages: LaTex tools, Package Control, Rbox, and SublimeREPL. I downloaded package feedparser with Pip. I'm new to python (and any coding…
0
votes
2 answers

how to add packages like numpy,scipy and others to the sublime 2 python?

I am uinsg sublime 2 on a windows machine and not figure out how can I manage and add different python packages into the sublime 2 python? I have multiple versions of python on my machine and it seems sublime is using my python 2.7 ( i dont remember…
0
votes
1 answer

sublimeREPL for python not showing complete Traceback

I'm trying to run my python code using sublimeREPL's "Python - RUN current file" command It works fine if my program has no problems, but when it does, it doesn't show the complete Traceback (I don't get to see the "Repl Closed" message), and the…
0
votes
1 answer

SublimeREPL Shell

Simple question: by default it does not display current path, but only bash-3.2$ I wonder if one can configure SublimeREPL such that it display current path (I can of course use pwd, but it'd be great if it is shown automatically on screen)?
Lelouch
  • 2,111
  • 2
  • 23
  • 33