[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Added pause (-p) option to Lua REPL
- From: Coroutines <coroutines@...>
- Date: Thu, 29 May 2014 12:26:18 -0700
On Thu, May 29, 2014 at 12:24 PM, Sean Conner <sean@conman.org> wrote:
> 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.
Yes, what I'm arguing is that it's easier to type -path /to/somewhere
-cpath /somewhere/else than it is to type (at minimum):
LUA_PATH=/somewhere/else LUA_CPATH=/other/place lua ...