fix: use proper pathing for pyenv

This commit is contained in:
Price Hiller 2022-07-30 23:50:02 -05:00
parent 55fcffc622
commit 0713106286

View File

@ -15,7 +15,7 @@ export FZF_DEFAULT_OPTS="--height=80% --layout=reverse --info=inline --border --
export FZF_CTRL_T_COMMAND="${FZF_DEFAULT_COMMAND}"
### Python ###
export PYENV_ROOT="${HOME}/.pyenv"
export PYENV_ROOT="${HOME}./local/share/pyenv"
export PATH="${PATH}:${PYENV_ROOT}/bin"
eval "$(pyenv init -)"