diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-06-16 13:07:44 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-06-28 14:34:07 +0200 |
| commit | cba374f273ba316998cefa05b03de1905a336343 (patch) | |
| tree | 54453f10517beb120997c4e23bfa9526acbc4a91 /.bash_profile | |
| parent | 168466abdb47ccde1f9e76113bb0d9a2569f2df9 (diff) | |
Add the configurations for install pyenv and virtual env
Diffstat (limited to '.bash_profile')
| -rw-r--r-- | .bash_profile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index c92256b..b4709ab 100644 --- a/.bash_profile +++ b/.bash_profile @@ -55,6 +55,11 @@ eval "$(rbenv init -)" export NVM_DIR=~/.nvm source $(brew --prefix nvm)/nvm.sh +# ==== pyenv config (and virtualenv) +eval "$(pyenv init --path)" +eval "$(pyenv init -)" +eval "$(pyenv virtualenv-init -)" + # ==== Rust config source "$HOME/.cargo/env" |
