Replies: 3 comments
-
|
A similar question How to upgrade pipx on Ubuntu #1380 and would like to know any possible drawbacks. |
Beta Was this translation helpful? Give feedback.
-
|
I thought I responded to this somewhere but I can't find it. IMO if we can't find any good reason anymore to have that warning, we should remove it and document the option to install pipx that way. |
Beta Was this translation helpful? Give feedback.
-
|
Can now be easily solved using #1481 (comment) and https://github.com/zinc75/pipx-1.6.0-backport-ubuntu-2404-lts , at least for 24.04 . I've put the recipe for backporting newer versions of Ubuntu packages for pipx , which may be applicable also for 22.04 . Best, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi pipx Community,
There is a warning about not recommended to install
pipxviapipxin the documentation, but from my recent experience,pipxworks quite well. So what is the exact limitation for pipx-managed pipx? I tried to search on the GitHub and Internet but did not find anything quite useful. The [pipx-in-pix] also seems to be outdated since there is no update for several years.When working on Ubuntu 22.04, I firstly install pipx with
sudo apt install pipxand then usepipx install pipxto override it since the package provided by Ubuntu is only version 1.0.0. After that, I also find runningsudo apt remove pipxwill still havepipxworks for me and it removes a lot of unwanted system-level packages.Moreover, when I am working on
pipxproject, I findpipx install -e . --suffix .localis quite convenient for quick test with commandpipx.local. Actually this is not limited topipxitself and is applied to all cli development.Beta Was this translation helpful? Give feedback.
All reactions