This website works better with JavaScript.
Home
Explore
Help
Sign In
10sr
/
dotfiles-mirror
mirror of
https://github.com/10sr/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Add PIP_USER
master
10sr
5 years ago
parent
ac017fd75b
commit
97bf51b813
Signed by:
10sr
GPG Key ID:
C384BB17CBB19347
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
profile
+ 2
- 0
profile
View File
@@ -109,6 +109,8 @@ export PATH="$GOPATH/bin:$PATH"
export PYTHONUSERBASE=$HOME/.pip
export PATH="$PYTHONUSERBASE/bin:$PATH"
# Enable --user by default when running pip install
export PIP_USER=1
export PIPENV_VENV_IN_PROJECT=1
Write
Preview
Loading…
Cancel
Save