[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: rben / virtualenv for lua
- From: Rob Kendrick <rjek@...>
- Date: Wed, 18 Feb 2015 12:00:09 +0000
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.