diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-07-12 09:47:02 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-07-12 09:47:02 +0200 |
| commit | 0d7cf1e331f54fd374c02667d0e937c68b1e6093 (patch) | |
| tree | 47bb94ec2a59e0e9355cc390e4a1465ddb3b5a5e /.bash_profile | |
| parent | d5c563a67f0987eace77ec217d4dfbf305aca69d (diff) | |
Update the instructions on installing python and configuring it
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 3 |
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 |
