diff --git a/rc/bashrc b/rc/bashrc index 92600542..558aa531 100755 --- a/rc/bashrc +++ b/rc/bashrc @@ -283,6 +283,9 @@ fi if [ -d ~/.pyenv/bin ]; then PATH="$HOME/.pyenv/bin:$PATH" pyenv init > /dev/null 2>&1 + # Worth considering (and verifying before running) + # git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv + # git clone https://github.com/pyenv/pyenv-virtualenvwrapper.git $(pyenv root)/plugins/pyenv-virtualenvwrapper fi # https://github.com/nodenv/nodenv diff --git a/rc/zshrc b/rc/zshrc index 1ed6581f..36c6791d 100755 --- a/rc/zshrc +++ b/rc/zshrc @@ -249,6 +249,9 @@ fi if [ -d ~/.pyenv/bin ]; then PATH="$HOME/.pyenv/bin:$PATH" pyenv init >/dev/null 2>&1 + # Worth considering (and verifying before running) + # git clone https://github.com/pyenv/pyenv-virtualenv.git $(pyenv root)/plugins/pyenv-virtualenv + # git clone https://github.com/pyenv/pyenv-virtualenvwrapper.git $(pyenv root)/plugins/pyenv-virtualenvwrapper fi # https://github.com/nodenv/nodenv