]> git.phdru.name Git - dotfiles.git/commitdiff
.shellrc: pyenv before venv (alphabetically)
authorOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 23:52:34 +0000 (02:52 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 7 Jul 2016 23:52:34 +0000 (02:52 +0300)
.shellrc

index 9405f793dcefa7e599f8466192bf738371b13850..1415c42e7a6a77393b3069e5f721ba957665a7bf 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -316,15 +316,15 @@ tmux() {
 }
 
 
-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 -`"
 #   eval "`pyenv virtualenv-init -`"
 #fi
 
+if [ -f /usr/local/bin/virtualenvwrapper_lazy.sh ]; then
+   source /usr/local/bin/virtualenvwrapper_lazy.sh
+fi
+
 
 X() { startx >> .Xserver.log 2>&1; cyr; }
 x() { exit; }