From a8f7ba010de04435045cc354f31b3397b7c2df28 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 6 Sep 2016 17:02:33 +0100 Subject: [PATCH] sudo pip --> sudo -H pip --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 510d97b..d02e376 100644 --- a/Installation.md +++ b/Installation.md @@ -8,7 +8,7 @@ You need to install requirements: And then install `thefuck` with `pip`: ```bash -sudo pip install thefuck +sudo -H pip install thefuck ``` # OS X