Skip to content

Commit

Permalink
ZSH append pyenv setting
Browse files Browse the repository at this point in the history
  • Loading branch information
clairvy committed Sep 22, 2016
1 parent bb19bba commit 48f96f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -682,3 +682,10 @@ fi
if [[ -d /usr/texbin ]]; then
path=($path /usr/texbin)
fi

# pyenv
if [[ -d $HOME/.pyenv ]]; then
path=($HOME/.pyenv/bin $path)
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
fi

0 comments on commit 48f96f0

Please sign in to comment.