diff --git a/.bashrc b/.bashrc
index 82edc4d35afc5fbd847fe71591b1100e9bf8817d..585e6631e2bc41ace5b5a47d2594f1f7a4dc5ccb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -18,6 +18,8 @@ export PATH="$HOME/.cabal/bin:$PATH"
 export PATH="$HOME/.local/bin:$PATH"
 export PATH="$HOME/Documents/bin:$PATH"
 export PYTHONSTARTUP=~/.config/pythonrc.py
+PIPENV_DEFAULT_PYTHON_VERSION="$(python3 --version | grep -i '3\.[0-9]*')" > /dev/null 2>&1
+export PIPENV_DEFAULT_PYTHON_VERSION=
 export AWS_DEFAULT_PROFILE='shore'
 export ANSIBLE_VERBOSITY=2
 export ANSIBLE_COMMAND_WARNINGS=True