From cba374f273ba316998cefa05b03de1905a336343 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 16 Jun 2021 13:07:44 +0200 Subject: Add the configurations for install pyenv and virtual env --- .bash_profile | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.bash_profile') 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" -- cgit v1.2.3