lua-users home
lua-l archive

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


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