summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile3
1 files changed, 2 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index 7951242..31aab5c 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -63,7 +63,8 @@ fi
if command -v pyenv 1>/dev/null 2>&1; then
eval "$(pyenv init --path)"
eval "$(pyenv init -)"
- eval "$(pyenv virtualenv-init -)"
+ export PIPENV_VENV_IN_PROJECT=1
+ export PATH="$HOME/.local/bin:$PATH"
fi
# ==== Rust config