We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5743357 commit f533eabCopy full SHA for f533eab
docs/plugins.md
@@ -202,7 +202,9 @@ pipx inject poetry poetry-plugin
202
If you want to uninstall a plugin, you can run:
203
204
```shell
205
-pipx runpip poetry uninstall poetry-plugin
+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
208
```
209
210
### With `pip`
0 commit comments