Sublime Forum

Python 3 and sublime text reader

#1

imma newbie in coding and i recently downloaded sublime text reader . but when i run a command for instance print(“hi”) [not a dirty file] nothing comes up in the output section. could someone pls help me put

0 Likes

#2

Can you please be more descriptive with the actions you are taking. How are you running ‘a command’ and where are you doing so?

0 Likes

#3

{
“cmd”:[“C:\Users\Dany Sunish Verghese\AppData\Local\Programs\Python\Python38-32”, “-u”, “$file”],
“file_regex”: “^[ ]File “(…?)”, line ([0-9]*)”,
“selector”: “source.python”
}

i have writtten the above code to build a new system since the original is not working.
im using python3.8.5
went to a new file wrote print(“hello”) and saved it to desktop.
then i did ctrl+b but i dint see any output

0 Likes

#4

Does that command from the build system work in cmd.exe?

0 Likes

#5

i didnt get u

0 Likes

#6

ok command prompt well i tried they said it dint exist

0 Likes

#7

I’d suggest getting it working in cmd.exe first before trying to bring that over to Sublime Text. I can’t really help you further off of just “they said it didn’t exist”.

0 Likes