X-Git-Url: https://code.kerkeslager.com/?p=dotfiles;a=blobdiff_plain;f=.bashrc;fp=.bashrc;h=a8ebce5e34c8d224fdf0f5a8e7b3b8b8269ae5d2;hp=80aa76eff429abdc0fb6b162f666b9a30dd89ffd;hb=342890eff5844f8cfb8eea6d07cbc912c4992a68;hpb=1d94c70ba8bbccb35fc57014ffc6c7f802c9572a diff --git a/.bashrc b/.bashrc index 80aa76e..a8ebce5 100644 --- a/.bashrc +++ b/.bashrc @@ -117,3 +117,5 @@ set -o vi # Call on_prompt() every time the command prompt executes PROMPT_COMMAND=on_prompt +# pip should only run if there is a virtualenv currently activated +export PIP_REQUIRE_VIRTUALENV=true