From a992d101238b342f6f496a7800c347a1bc66aec9 Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Tue, 4 Jun 2019 11:37:33 -0500 Subject: [PATCH] Added pyenv init --- .profile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.profile b/.profile index 44482c4..c286da6 100644 --- a/.profile +++ b/.profile @@ -26,3 +26,6 @@ if [ ! -d "$SCREENDIR" ] ; then fi export GOROOT=$HOME/go export PATH=$PATH:$GOROOT/bin +export PATH="$HOME/.pyenv/bin:$PATH" +eval "$(pyenv init -)" +eval "$(pyenv virtualenv-init -)"