From b013b9e03a4e32d312341a06f76e37b1adeab8e5 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 18 Aug 2019 17:15:19 +0200 Subject: [PATCH] fix doc : package->binary for python --- cheat/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cheat/python.md b/cheat/python.md index ba0c0ed..72ce600 100644 --- a/cheat/python.md +++ b/cheat/python.md @@ -1,4 +1,4 @@ ### Can't find where pip installed the package binary ? -`pip remove ` +`pip remove ` The command above will show the files that will be deleted and prompt you to confirm. Just answer no and add the binary parent folder to your PATH