From 7d0c9522aa8791033a2a68764eb36a5027e584e9 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 20 Jan 2023 13:26:49 +0100 Subject: [PATCH] OK I'm at it again. --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 0a6966f..e0ab713 100644 --- a/.bashrc +++ b/.bashrc @@ -34,6 +34,8 @@ export HISTCONTROL=ignoredups export HISTFILESIZE=5000 export HISTSIZE=5000 +export PIP_REQUIRE_VIRTUALENV=1 + umask 022 eval "`dircolors`"