Howdy all,
New to sublime text, received the following error when trying to run Lua in Sublime. Anyone know what the issue may be?
[WinError 2] The system cannot find the file specified
[cmd: ['lua', 'C:\\Users\\Jack\\Documents\\LuaProjects\\main.lua']]
[dir: C:\Users\Jack\Documents\LuaProjects]
[path: C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\MATLAB\R2018b\bin;C:\Users\Jack\Documents\lua;C:\Users\Jack\AppData\Local\Programs\Python\Python37-32]
[Finished]
I am able to run the file in the Command Prompt via the following:
lua53 C:\Users\Jack\Documents\LuaProjects\main.lua