Update for .bashrc.local. (pyenv)

This commit is contained in:
Gea-Suan Lin
2014-10-26 20:17:38 +08:00
parent feec296aea
commit 261b771d7c

View File

@@ -8,6 +8,6 @@ alias update="(cd ~/git; make all)"
#
export PYENV_ROOT="${HOME}/.pyenv"
if [ -d "${PYENV_ROOT}" ]; then
export PATH="${PYENV_ROOT}/bin:${PATH}"
export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"
eval "$(pyenv init -)"
fi