Open Beethoven-n opened 1 year ago
alternatively you could make a venv to install all the packages to
Interesting, but shouldn't the behavior be something like "install into whatever environment that Plover is already in" instead of another virtual environment?
you'd need to embed the plugin manager into plover most likely. though, maybe just running pipx will make it work better
i hope this doesn't count as necroing. is the project even alive anymore, development-wise?
is there a workaround to still install a plugin without having to disable the externally managed environment?
On Arch Linux, pip has been deprecated for a while now. It's generally not a good idea to use that on Linux systems due to it messing with system packages. instead, pipx is often recommended because it automatically makes a venv to install the package to. Otherwise you get a deprecation error: