Add pipx to the renovate docker image #39510
ocofaigh
started this conversation in
Suggest an Idea
Replies: 1 comment 2 replies
-
|
This sounds reasonable to me, as we already have a number of tools installed (to simplify running in various places) @viceice would this be:
? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tell us more.
With python restricting use of pip in 3.14 to virtual envs, we are migrating to use pipx instead. Would be great if we could add pipx to the renovate image. I'll gladly contribute a PR if someone can link me to the Dockerfile.
The recommended way to install is using apt, so hence looking to add it directly to the Dockerfile. You can install it using pip, however if you are running on python 3.14, you can't install it globally, so hence looking to install with apt.
Beta Was this translation helpful? Give feedback.
All reactions