Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sublime Text 3 Output Python

I work on two computers, I have Sublime Text 3 and Python 2.7 on both of them.

Recently, without changing any configuration (except maybe installing some packages like ANACONDA for ST3), when I build my python code on Sublime Text 3: e.g.,

print 'Hello world'

Console output is just showing:

[Finished in 0.1s]

And nothing more, (I want to see the printed text), this is quite irritating because for the life of me I can't figure out how to solve this.

A related and perhaps identical problem is experienced by @Jens_Leersen. I've tried the answer contained in @radioxoma 's answer but to no avail.

Related example

like image 828
Vyraj Avatar asked Dec 30 '25 20:12

Vyraj


1 Answers

I got that thing as well. You can change it by Tools/Build with and choose "Python" instead of "Python- Syntax Check". It turns out that I clicked "Syntax Check" the first time I try to compile. My dumb mistake costs me a few minutes of panic.

like image 191
1757 Avatar answered Jan 01 '26 10:01

1757



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!