lua-users home
lua-l archive

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


On Wed, Feb 18, 2015 at 09:54:22AM -0200, Evandro Leopoldino Gonçalves wrote:
> Hi,
> 
> Lately I'm feeling the need to have more than one lua version running on my
> os.
> I would like to know if lua community has some project similar to rvm,
> rbenv (ruby), virtualenv (python). If so, I would like to know.

Debian, and some other distributions, already allow you to have more
than one version installed at a time, by name-spacing the names of the
executables and module paths with the version number.  This works very
well in practice.

B.