I just installed Sublime text after a fresh Xubuntu installation. Before I used Manjaro. Both of them with Xface. Sublime text used to work for me right out of the box with Manjaro. I do not know why now when I run a simple python command like print(“Hello World”) sublime text build results panel shows only [Finished in 34 ms] but withou Hello World. I searched through some of the questions already asked and not found a solution yet. Can anyone know how to solve this issue? thanks,
I cannot see the build results
OdatNurd
#2
As a first trouble shooting step, while you have a Python file open, choose Tools > Build With and make sure that you pick the option that says Python and not Python - Syntax Check.
The syntax check variant only compiles code but doesn’t run it. So, the only output that it will generate is if there’s a syntax issue that stops your code from compiling.
1 Like
