Skip to content

uninstall pipx #1829

Discussion options

You must be logged in to vote

Hello @DylanBlockchainDev

To completely uninstall pipx on Ubuntu, you can use the following command:

sudo apt-get remove --purge pipx

This will remove pipx and all its associated files.

Then you can use the following command to remove any remaining pipx files

pipx uninstall-all

This will remove all packages installed by pipx.

You can also delete the pipx directory, if you have installed pipx to a custom location.

rm -rf ~/.local/pipx

It is also recommended to check your environment variables for any pipx related variables and remove them.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by cromewar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants