Commit d067714b authored by Bruno Pinto's avatar Bruno Pinto

Merge pull request #84 'daenney-pyenv-homebrew'

parents ac502b3f 15647567
if test -d $HOME/.pyenv/bin if test -n "$PYENV_ROOT"
set PATH $HOME/.pyenv/bin $PATH if test -d $PYENV_ROOT/bin
end set PATH $PYENV_ROOT/bin $PATH
end
if test -d $HOME/.pyenv/shims if test -d $PYENV_ROOT/shims
set PATH $HOME/.pyenv/shims $PATH set $PATH $PYENV_ROOT/shims $PATH
end
else
if test -d $HOME/.pyenv/bin
set PATH $HOME/.pyenv/bin $PATH
end
if test -d $HOME/.pyenv/shims
set PATH $HOME/.pyenv/shims $PATH
end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment