Hi
I reinstalled Sublime Text 2 and 3 and all my build were gone.
When I try to write a simple code like: puts “hello world”
I get an error “No Build System”
Then I go to Tools -> Build System and set to Ruby.
When I press Ctrl + Shift + B to run the code I get:
Der Befehl “ruby” ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
[Finished in 0.1s with exit code 1]
[shell_cmd: ruby “C:\Users\Admin\Documents\My Codes\hello ruby”]
[dir: C:\Users\Admin\Documents\My Codes]
[path: C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files (x86)\AMD APP\bin\x86_64;C:\Program Files (x86)\AMD APP\bin\x86;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\ATI.ACE\Core-Static;C:\Program Files (x86)\Catalyst\ATI.ACE\Core-Static;C:\Program Files (x86)\QuickTime\QTSystem;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files\nodejs;C:\Users\Admin\AppData\Roaming\npm]
How can I solve this problem? Please tell me in an easy to understand way. Thanks.