Python Forum
Sublime Text - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Sublime Text (/thread-32130.html)



Sublime Text - TechNitium - Jan-22-2021

I am using sublime text but when I run/build it, my code just prints and isn't interactive so how do I run it through terminal.


RE: Sublime Text - idiotonboarding - Jan-22-2021

you want to use something like sublimeREPL, its a good in-between of using an IDE and using sublime, which is always my first choice too.


RE: Sublime Text - TechNitium - Jan-22-2021

(Jan-22-2021, 04:40 PM)idiotonboarding Wrote: you want to use something like sublimeREPL, its a good in-between of using an IDE and using sublime, which is always my first choice too.
how do you install this? the tutorials on youtube are not very useful.


RE: Sublime Text - idiotonboarding - Jan-22-2021

if you have package manager installed you can install it thru there (ctrl+shft+p, install package, sublimerepl)

if you don't have package manager installed, google how, its very easy but i don't have it memorized.


RE: Sublime Text - TechNitium - Jan-23-2021

(Jan-22-2021, 05:38 PM)idiotonboarding Wrote: if you have package manager installed you can install it thru there (ctrl+shft+p, install package, sublimerepl)

if you don't have package manager installed, google how, its very easy but i don't have it memorized.
So I have SumblimeREPL installed but when I run my code with Ctrl + b, it doesn't run as it normally should, it just shows text