On Thu, Aug 25, 2022 at 11:57 AM Neal Gompa <[email protected]> wrote: ... > Could we use a subpackage owning `/usr/bin/node` instead of > alternatives, similar to Python?
That's somewhat different, since the canonical name for the Python 3 interpreter is /usr/bin/python3. The subpackage that owns /usr/bin/python is a special case used specifically to force old software to use Python 3. I *could* switch from using the alternatives system to using the approach in https://src.fedoraproject.org/rpms/python3.11/blob/rawhide/f/python3.11.spec#_31 but I'd actually prefer to see /usr/bin/node *always* available, even when only a non-default Node.js is installed (since that's where all Node software expects it to be). _______________________________________________ nodejs mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
