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 -)"