From: Oleg Broytman Date: Sun, 5 Jun 2016 20:57:07 +0000 (+0300) Subject: .shellrc: source virtualenvwrapper_lazy and pyenv X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=a0aaa6c174574ecee129c2cf4ff1acbc39fa00b8 .shellrc: source virtualenvwrapper_lazy and pyenv --- diff --git a/.shellrc b/.shellrc index 2527547..8adc256 100644 --- a/.shellrc +++ b/.shellrc @@ -278,3 +278,12 @@ tmux() { ;; esac } + + +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