[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Running Lua as root
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 9 Oct 2013 23:31:52 -0300
>> Does Lua use any environment variables when embedded in a C host I'd
>> need to know about? I wouldn't be using the standalone interpreter
>> for this.
> The only two I see are LUA_PATH and LUA_CPATH.
The Lua core does not use any environment variables.
The package library uses LUA_PATH, LUA_PATH_5_2, LUA_CPATH, LUA_CPATH_5_2.
The standalone interpreter uses LUA_INIT, LUA_INIT_5_2.