From: Oleg Broytman Date: Thu, 23 Jun 2016 17:42:34 +0000 (+0300) Subject: .shellrc: add pyenv virtualenv init; comment out pyenv X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=c8afdd6d6f365890181de2677cd066bbf0781f79;p=dotfiles.git .shellrc: add pyenv virtualenv init; comment out pyenv --- diff --git a/.shellrc b/.shellrc index 5d0f85a..a908dd9 100644 --- a/.shellrc +++ b/.shellrc @@ -290,6 +290,7 @@ if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then source /usr/local/bin/virtualenvwrapper_lazy.sh fi -if which pyenv >/dev/null 2>&1; then - eval "`pyenv init -`" -fi +#if which pyenv >/dev/null 2>&1; then +# eval "`pyenv init -`" +# eval "`pyenv virtualenv-init -`" +#fi