TLDR: I’m looking for the arch equivalent of python-pynvim Arch package in Fedora.
In Arch, there’s a distinction between user-level installation and system-level installation of Python packages. The latter is done with pip and the former with pacman.
Does this distinction exist in Fedora? How do I install a python package, system-wide?
In Fedora the distinction between user level installs and system wide installs is done with pip and dnf. Similar to Arch but a different package manager.