Sublime Forum

Issue with build system

#1

Hello,

I tried to use build system but nothing happen when i execute my code… (i use Python language)
When i type Control + B i’ve just this :

[Finished in 0.0s with exit code 1]
[shell_cmd: python -u “C:\Users\Lenovo\Desktop\ejd.py”]
[dir: C:\Users\Lenovo\Desktop]
[path: C:\ProgramData\Oracle\Java\javapath;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x86;C:\Program Files (x86)\Intel\OpenCL SDK\2.0\bin\x64;C:\Program Files (x86)\Brackets\command;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Users\Lenovo\AppData\Local\Microsoft\WindowsApps;]

But normally this should display “test” (because my code is just print(“test”), no ?

Thanks !

PS: say me if u don’t understand :smile: (think that my english is not very good ^^ )

0 Likes

#2

Looks like you either haven’t installed python or did not add it to your PATH.

0 Likes

#3

However, when i installed Python, i ticked the option “add to PATH”…

0 Likes

#4

Then you may try to restart Sublime Text.

0 Likes

#5

Nope, i’ve the same message :frowning:

0 Likes

#6

Python is not in your path, as showed. You need to restart your computer. If do not work, reinstall python and check again the add to path box. Then restart you computer again.

If not work, search on how to add python to path manually, and then restart your computer.

0 Likes

#7

Okay it work now !
THANKS

0 Likes