From eec45445a8b56219168d57cdc24b54b00a9f389d Mon Sep 17 00:00:00 2001 From: Oskar Cieslik Date: Mon, 2 Jan 2017 00:22:10 +0100 Subject: [PATCH] Update Readme: Set home in sudo pip install Hi, it's not always a default behaviour, but when you use `sudo pip` you most likely may want to use `-H` flag to set HOME value to directory of the target user :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd01e2a10..46aa78f66 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Windows users can [download an .exe file](https://yt-dl.org/latest/youtube-dl.ex You can also use pip: - sudo pip install --upgrade youtube-dl + sudo -H pip install --upgrade youtube-dl This command will update youtube-dl if you have already installed it. See the [pypi page](https://pypi.python.org/pypi/youtube_dl) for more information. -- 2.30.2