fix: use correct pyenv_root

This commit is contained in:
Price Hiller 2022-07-31 00:21:15 -05:00
parent 36c3789ec7
commit 0491f30759

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}./local/share/pyenv"
export PYENV_ROOT="${HOME}/./local/share/pyenv"
export PATH="${PATH}:${PYENV_ROOT}/bin"
eval "$(pyenv init -)"