Collecting my attempts to improve at tech, art, and life

Lua

Programming Language usually used in an embedded context

Installing packages with Luarocks

If installing packages with --local, then your shell init must include where to find those local packages.

# ~/.bash_profile

if [[ -n "`which luarocks 2>/dev/null`" ]]; then
  eval `luarocks path --bin`
fi

Added to vault 2024-01-15. Updated on 2024-03-21