lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On 18 February 2015 at 11:28, steve donovan <steve.j.donovan@gmail.com> wrote:
> On Wed, Feb 18, 2015 at 1:54 PM, Evandro Leopoldino Gonçalves
> <evandrolgoncalves@gmail.com> wrote:
>> Lately I'm feeling the need to have more than one lua version running on my
>> os.
>
> As Rob pointed out, on Unix-like systems the Lua module path is
> different for each version, so co-existence is easy if the executables
> are named properly.

Also, you can install multiple copies of LuaRocks for different Lua
versions with no problem. Just use different values of
--lua-version=5.x when installing and they won't clash.

-- Hisham