From f5027f982a29f080bb719bf8b22926a80f89ca52 Mon Sep 17 00:00:00 2001 From: Morgan Date: Sun, 18 Aug 2019 17:14:57 +0200 Subject: [PATCH] cheatsheet for python --- cheat/python.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cheat/python.md diff --git a/cheat/python.md b/cheat/python.md new file mode 100644 index 0000000..ba0c0ed --- /dev/null +++ b/cheat/python.md @@ -0,0 +1,4 @@ +### Can't find where pip installed the package binary ? +`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