-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: Need a way to specify pipx parameters #8656
Comments
Files identified in the description: If these files are incorrect, please update the |
Generic module options like |
I'm also fine with a specific parameter like "suffix":
|
Hi @sieberst Thanks for raising this issue! :-) Adding parameters should be very straightforward. This |
As a matter of fact, the pipx integration tests are currently disabled in the CI - long story - and running locally here I see that something got broken during this time. I should be fixing that first, then adding this feature. |
@felixfontein @russoz The PR doesn't solve this ticket, which is the lack of In pipx v1.6.0 support for Is the plan to add each single option in pipx to ansible? There's already a |
In that case this ticket has to be closed since that won't get implemented anyway. Options such as |
As I already commented in the past, I'm fine with the solution of the PR, the reason I asked for a more generic |
As Felix explained, yes, that would be the right way to go. I am happy to implement |
Summary
I want to install two different versions of conan (conan 1.x and conan 2.x) in parallel via pipx by renaming the binary of the conan 2 installation as "conan2". This can be done with the pipx parameter "--suffix 2", but there is currently no way to supply such pipx parameters in the Ansible task. So we need 'pipx_args' similar to the existing 'pip_args'.
Issue Type
Feature Idea
Component Name
pipx
Additional Information
Code of Conduct
The text was updated successfully, but these errors were encountered: