Browse Source

Added pyenv init

wsl
Raphael Roberts 7 years ago
parent
commit
a992d10123
  1. 3
      .profile

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