0

So I'm trying to use lua on Windows. I've installed with the LUA Windows Installer and ended up trying on git bash but the command lua isn't recognized.

I've tested on my CMD since my environment variable are set and it works on CMD.

Can't seem to make it work on Git Bash.

The gitbash output

Cmd output

Victor Jozwicki
  • 700
  • 2
  • 10
  • 24

1 Answers1

1

I took the binaries available at the time (5.3.5) and put everything in a 5.3.5 folder inside my Lua folder.

Renamed lua53 in lua. Changed my PATH environnement variable to be

c:\Program Files 86\Lua\5.3.5

And voilĂ 

Lua output in 5.3.5

Victor Jozwicki
  • 700
  • 2
  • 10
  • 24