lua-users home
lua-l archive

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


On Mon, Feb 21, 2011 at 12:35:07PM -0500, Steve Litt wrote:
> 
> What are some of the ways I can add a directory to the module path? I want to 
> keep my personal modules in my data directory tree, rather than in something 
> under /usr.

http://www.lua.org/manual/5.1/manual.html#pdf-package.path

B.