-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
pipx: Add support for --global parameter #8705
Comments
Files identified in the description: If these files are incorrect, please update the |
The |
@russoz Great, so the only thing missing would be the |
@russoz Hello, has there been any updates on this? It's a blocker for deploying hosts with Ubuntu 24.04 and Ansible. |
hi @gaby , I have not had much time lately. Just started the PR today, but I am going to add other pipx params that are missing. For |
@russoz Thanks for the update! Really appreciate it. |
@russoz Thank you for implementing this! 💪 |
Summary
Since
pipx
v1.6.0 the--global
argument was added which helps to execute actions in global scope which exposes the app to all system users. By default the global binary location is set to/usr/local/bin
. This is great for systems that have multiple users that will use the same CLI applications. For exampleansible
itself.Note:
v1.6.0
or higher.Documentation about
--global
is here: https://pipx.pypa.io/stable/installation/#global-installationCommands that support
--global
can be found here: https://pipx.pypa.io/stable/docs/Issue Type
Feature Idea
Component Name
pipx
Additional Information
Example
Code of Conduct
The text was updated successfully, but these errors were encountered: