Kenneth Wolcott <[email protected]> wrote: > This fails: > sudo port select --set lua lua5.4 > > I have lua54 installed. > > /opt/local/bin/lua5.4 exists, /opt/local/bin/lua does not. > > I'm confused.
You can run ‘port select --summary’ to show a list of all selection groups that available for the ports that are currently installed on your system. As far as I can see the lua* ports currently don’t provide a selection group for the ‘port select’ command, so the command you ran is expected to fail. If you want to run ‘lua5.4' by calling ‘lua’, you can manage your own alias (set ‘alias lua=lua5.4’ in your shell configuration), create a symlink somewhere in your $PATH, or support for ‘port select’ will need to be added to the lua* ports (consider creating a feature request ticket in Trac). Nils.
