fix: use proper pathing for pyenv
This commit is contained in:
parent
55fcffc622
commit
0713106286
@ -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 -)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user