From 77230ebb461bf1c3eddc7382cd7665d235581012 Mon Sep 17 00:00:00 2001 From: glitsj16 Date: Tue, 15 Mar 2022 19:45:26 +0000 Subject: [PATCH] pip: fixes (#5053) * pip: fix including local override * pip: allow access to cache The shared build-systems-common.profile (to which pip.profile redirects) blacklists ${HOME}/.cache/pip. Override that here. * pip: add cache support in commented whitelist --- etc/profile-m-z/pip.profile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/profile-m-z/pip.profile b/etc/profile-m-z/pip.profile index a0926371f..560957d47 100644 --- a/etc/profile-m-z/pip.profile +++ b/etc/profile-m-z/pip.profile @@ -3,7 +3,7 @@ # This file is overwritten after every install/update quiet # Persistent local customizations -include meson.local +include pip.local # Persistent global definitions include globals.local @@ -12,6 +12,9 @@ ignore read-only ${HOME}/.local/lib # Allow python3 (blacklisted by disable-interpreters.inc) include allow-python3.inc +noblacklist ${HOME}/.cache/pip + +#whitelist ${HOME}/.cache/pip #whitelist ${HOME}/.local/lib/python* # Redirect