B
B
BotaniQ_Q2017-06-18 21:01:13
Python
BotaniQ_Q, 2017-06-18 21:01:13

Is it possible to make sublime support python input?

Usually, if you run a script with an input, it throws an error, is it possible to make the input work normally?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alex F, 2017-06-19
@delvin-fil

Sublime text doesn't support that. But you can get around it (at least in python) by using SublimeREPL, I use this for everything, it works pretty great. Its a little cooky though, as the tab is still editable like a normal sublime tab (which is good and bad)...
It also allows you to run the interpreter in multiple tabs, its basically awesome.
To install it you need package control this lets you easily install plugins. To get it go here, and follow the instructions. Once thats done:
in Sublime press ctrl + shift + P (linux command in ST for 'goto anything').
Type in 'install',
click on 'sublime package control: install package'.
Then select SublimeREPL. It will install it automatically.
To use it go to Tools>sublimerepl>python from the menus.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question