Browse Source

Add PIP_USER

master
10sr 5 years ago
parent
commit
97bf51b813
Signed by: 10sr GPG Key ID: C384BB17CBB19347
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      profile

+ 2
- 0
profile View File

@@ -109,6 +109,8 @@ export PATH="$GOPATH/bin:$PATH"


export PYTHONUSERBASE=$HOME/.pip export PYTHONUSERBASE=$HOME/.pip
export PATH="$PYTHONUSERBASE/bin:$PATH" export PATH="$PYTHONUSERBASE/bin:$PATH"
# Enable --user by default when running pip install
export PIP_USER=1


export PIPENV_VENV_IN_PROJECT=1 export PIPENV_VENV_IN_PROJECT=1




Loading…
Cancel
Save