Skip to content

Commit

Permalink
Update pipx plugin uninstall docs (#9320)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0a3d4b6)
  • Loading branch information
dunkmann00 authored and radoering committed Apr 30, 2024
1 parent 5743357 commit dfd4aa1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,9 @@ pipx inject poetry poetry-plugin
If you want to uninstall a plugin, you can run:

```shell
pipx runpip poetry uninstall poetry-plugin
pipx uninject poetry poetry-plugin # For pipx versions >= 1.2.0

pipx runpip poetry uninstall poetry-plugin # For pipx versions < 1.2.0
```

### With `pip`
Expand Down

0 comments on commit dfd4aa1

Please sign in to comment.