[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Virtualenv Lua liketool
- From: "Vadim A. Misbakh-Soloviov" <lua-l@...>
- Date: Sun, 01 May 2016 22:20:43 +0600
> I can't find information about LUA_PATH and LUA_CPATH changes in Lua
> 5.2 and Lua 5.3 manuals. What exactly do you mean?
Just take a look on cut betwen "==="'s in that my message, you're answered on.
Lua<5.2 and LuaJIT has path/cpath order which makes it to prefer "local"
modules (from cwd) over "system-wide" ones.
It was quite usefull behaviour, especially for testing.
But 5.2/5.3 introduced new order, where system-wide paths are more preferable
than local ones (not sure, if 5.2 has it from its first release, tho).
I'd show exact commit and lines to clarify what I mean, if lua were in git :-/
--
wbr,
mva
Attachment:
signature.asc
Description: This is a digitally signed message part.