fix: use correct pyenv_root
This commit is contained in:
parent
36c3789ec7
commit
0491f30759
@ -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 -)"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user