0

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?

noobycoder
  • 63
  • 2
  • 13

2 Answers2

0

try installing Terminal plugin and run python from sublime text

ephrim
  • 17
  • 3
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