loading/require luarocks 使用 --local 参数安装

loading/require luarocks installed using --local arguement

我试图在将 lua 模块安装为 'luarocks install --local tds' 后加载它。

但是当我确实需要 'tds' 时,我无法加载包。是否有我必须添加到搜索路径以加载此模块的路径?

如果tdsrequire 'tds'之后为零, 然后做 local tds = require 'tds'.