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