I want to be able to run the python intpreter from inside sublime text so I can run simple snippets of code. Is there any easy way of doing this? Or do I have to open it in another window?
Asked
Active
Viewed 6,369 times
2 Answers
0
Yes its very simple by using this plugin. You can run other language interpreter too. Sublime Repl
Install it using package control and set the settings according to documentation. After installation, you can access the repl by going to Tools -> command pallet
. Type in sublimerepl
, there you will find for python.

Salman Ghauri
- 574
- 1
- 5
- 16