-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use pipx to install plugins instead of pip on Linux systems #23
Comments
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:
The text was updated successfully, but these errors were encountered: