I am having a bit of an issue updating Lua on Mac OS X 10.9. I am pretty new to Lua and wanted to start learning it. I decided to check to see the version number I had so I typed in lua -v and got this response:
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio
So I went here
http://www.lua.org/manual/5.2/readme.html and followed the instructions.
Running lua -v still shows the 5.1.4 message. I went to
http://luadist.org and attempted to install using their instructions and it still says the same thing. Lua 5.1.4.
It seems like it installs 5.2.3. I am not seeing an error. Am I just making an incredibly noobish mistake somewhere?
Thanks,
Nick