Replies: 2 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.
0 replies
-
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi pipx Community,
There is a warning about not recommended to install
pipx
viapipx
in the documentation, but from my recent experience,pipx
works 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 pipx
and then usepipx install pipx
to override it since the package provided by Ubuntu is only version 1.0.0. After that, I also find runningsudo apt remove pipx
will still havepipx
works for me and it removes a lot of unwanted system-level packages.Moreover, when I am working on
pipx
project, I findpipx install -e . --suffix .local
is quite convenient for quick test with commandpipx.local
. Actually this is not limited topipx
itself and is applied to all cli development.Beta Was this translation helpful? Give feedback.
All reactions