From 86c7dc744e9480c8eb382126a3fe16137094999f Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 21 Sep 2021 11:53:33 +0900 Subject: [PATCH] Temporarily add PIP_USER= --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index 0f8f9cb..6806447 100755 --- a/profile +++ b/profile @@ -121,6 +121,7 @@ export PYTHONUSERBASE=$HOME/.pip export PATH="$PYTHONUSERBASE/bin:$PATH" # Enable --user by default when running pip install # export PIP_USER=1 +export PIP_USER= export PIPENV_VENV_IN_PROJECT=1 export PIPENV_MAX_DEPTH=10 # Defaults to 3