From 4a5570ed62f505ebda1710bcc85f953a46ac60f0 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 23 Jun 2020 15:24:56 +0900 Subject: [PATCH] Add profile --- profile | 1 + 1 file changed, 1 insertion(+) diff --git a/profile b/profile index 35e0871..42c61a5 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 +alias pipenv="env -u PIP_USER pipenv" export PIPENV_VENV_IN_PROJECT=1 export PIPENV_MAX_DEPTH=10 # Defaults to 3