]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: add pyenv virtualenv init; comment out pyenv
authorOleg Broytman <phd@phdru.name>
Thu, 23 Jun 2016 17:42:34 +0000 (20:42 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 23 Jun 2016 17:42:34 +0000 (20:42 +0300)
.shellrc

index 5d0f85a0cff9842ab05186f1883243ff3de4648e..a908dd953ad50d9ff3c1d6104ecb1031af328cbe 100644 (file)
--- 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