From a0aaa6c174574ecee129c2cf4ff1acbc39fa00b8 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sun, 5 Jun 2016 23:57:07 +0300 Subject: [PATCH 1/1] .shellrc: source virtualenvwrapper_lazy and pyenv --- .shellrc | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.39.2