From c5d970cdcb59f72f7d301d7b2fd5b8f2dfa7c045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20C=2E=20Barrionuevo=20da=20Luz?= Date: Fri, 30 Apr 2021 00:56:20 -0300 Subject: [PATCH] Use sudo -H to avoid change permissions on ~/.cache/pip of the non-root user --- inotify/resources/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotify/resources/README.rst b/inotify/resources/README.rst index 57bc50d..67f3061 100644 --- a/inotify/resources/README.rst +++ b/inotify/resources/README.rst @@ -18,7 +18,7 @@ Installing Install via *pip*:: - $ sudo pip install inotify + $ sudo -H pip install inotify =======