pyenv in ${PYENV_ROOT}/bin.
This commit is contained in:
@@ -9,6 +9,6 @@ alias "update=(cd ~/git; make all)"
|
||||
#
|
||||
export PYENV_ROOT="${HOME}/.pyenv"
|
||||
if [ -d "${PYENV_ROOT}" ]; then
|
||||
export PATH="${PYENV_ROOT}/shims:${PATH}"
|
||||
export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"
|
||||
eval "$(pyenv init -)"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user