Sublime Text 3 Output Python

Vyraj

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

Vyraj

This got fixed by uninstalling python 2.7, and installing Anaconda with python 3.5, then installing anaconda through Package Control.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related