From c8afdd6d6f365890181de2677cd066bbf0781f79 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Thu, 23 Jun 2016 20:42:34 +0300 Subject: [PATCH] .shellrc: add pyenv virtualenv init; comment out pyenv --- .shellrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 -- 2.39.2