mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-24 19:10:10 +01:00
only run pip if there is a virtualenv currently activated and cache pip-installed packages
This commit is contained in:
parent
9b3c4dbd14
commit
0b56b5ec2e
7
exports
7
exports
@ -7,4 +7,9 @@ export LANG="en_US"
|
||||
|
||||
# LSCOLORS
|
||||
export CLICOLOR=1
|
||||
export LSCOLORS=gxfxcxdxbxegedabagacad
|
||||
export LSCOLORS=gxfxcxdxbxegedabagacad
|
||||
|
||||
# pip should only run if there is a virtualenv currently activated
|
||||
export PIP_REQUIRE_VIRTUALENV=true
|
||||
# cache pip-installed packages to avoid re-downloading
|
||||
export PIP_DOWNLOAD_CACHE=$HOME/.pip/cache
|
Loading…
Reference in New Issue
Block a user