pyenv / pyenv-installer

This tool is used to install `pyenv` and friends.
MIT License
3.96k stars 430 forks source link

Update error message to use relative $PYENV_ROOT #85

Closed sethwoodworth closed 5 years ago

sethwoodworth commented 5 years ago

When using a separate $PYENV_ROOT, the error message refers to the .pyenv directory living in $HOME.

obestwalter commented 5 years ago

Thanks @sethwoodworth!