lua-users home
lua-l archive

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


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 ...