lua-users home
lua-l archive

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


It was thus said that the Great Coroutines once stated:
> On Thu, May 29, 2014 at 11:57 AM, Sean Conner <sean@conman.org> wrote:
> 
> >   Other systems not so much, so yes, I could see adding a "-path" and
> > "-cpath" to the Lua interpreter.
> 
> I'm not suggesting these just for other systems where defining these
> environment variables can be difficult (obviously we're talking about
> Windows).  Sometimes you only need those paths for a few minutes, a
> very temporary thing -- it's just more convenient than writing the
> commands to reflect it in the environment -- and it's not as
> permanent.

  The suggesions Luiz and I gave are just that---temporary. Luiz's is
probably more portable (any environment with the env command) than mine
(works in bash) but they don't permanently change the environment.

  -spc