From dfd4aa177da57f7321104f46e305f5fffd160204 Mon Sep 17 00:00:00 2001 From: George Waters Date: Fri, 26 Apr 2024 04:57:27 -0400 Subject: [PATCH] Update pipx plugin uninstall docs (#9320) (cherry picked from commit 0a3d4b68171a7c6720593f80ca2fb7bc5c008436) --- docs/plugins.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index cdd17e5a350..9f133b32024 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -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`