From 5d00b3bc251a4703bc17ae53ed738be517e2712b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Guzm=C3=A1n=20Maeso?= Date: Mon, 21 Mar 2016 17:48:41 +0100 Subject: [PATCH] Update install procedure for pip Avoid the warning: The directory '/home/someuser/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8756e1c..a69cebbf 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ wget -O - https://raw.githubusercontent.com/nvbn/thefuck/master/install.sh | sh Install `The Fuck` with `pip`: ```bash -sudo pip install thefuck +sudo -H pip install thefuck ``` [Or using an OS package manager (OS X, Ubuntu, Arch).](https://github.com/nvbn/thefuck/wiki/Installation)