Skip to content

Commit dfd4aa1

Browse files
dunkmann00radoering
authored andcommitted
Update pipx plugin uninstall docs (#9320)
(cherry picked from commit 0a3d4b6)
1 parent 5743357 commit dfd4aa1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/plugins.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ pipx inject poetry poetry-plugin
202202
If you want to uninstall a plugin, you can run:
203203

204204
```shell
205-
pipx runpip poetry uninstall poetry-plugin
205+
pipx uninject poetry poetry-plugin # For pipx versions >= 1.2.0
206+
207+
pipx runpip poetry uninstall poetry-plugin # For pipx versions < 1.2.0
206208
```
207209

208210
### With `pip`

0 commit comments

Comments
 (0)