From 9c314ef2427a3e0b14d966c8ff8ddeb088ab50e2 Mon Sep 17 00:00:00 2001 From: Goutte Date: Sun, 17 Dec 2017 09:45:22 +0100 Subject: [PATCH] Add instructions on how to fix (most) cache issues when they crop up. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+), 0 deletions(-) diff --git a/README.md b/README.md index 56e8455..5dcac54 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,10 @@ Getting `MemoryErrors` ? Try with the `--no-cache-dir` option. `pip install scipy --no-cache-dir` + +### Fix permissions problems with the cache + +``` +sudo setfacl -R -m u:apache:rwx -m u:`whoami`:rwx cache +sudo setfacl -dR -m u:apache:rwx -m u:`whoami`:rwx cache +``` \ No newline at end of file -- libgit2 0.21.2