summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2021-07-12 09:47:02 +0200
committerAhmed Abdelhalim <[email protected]>2021-07-12 09:47:02 +0200
commit0d7cf1e331f54fd374c02667d0e937c68b1e6093 (patch)
tree47bb94ec2a59e0e9355cc390e4a1465ddb3b5a5e /.bash_profile
parentd5c563a67f0987eace77ec217d4dfbf305aca69d (diff)
Update the instructions on installing python and configuring it
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