pyenv in ${PYENV_ROOT}/bin.

This commit is contained in:
Gea-Suan Lin
2014-10-26 20:16:50 +08:00
parent d01fa6a593
commit feec296aea

View File

@@ -9,6 +9,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}/shims:${PATH}" export PATH="${PYENV_ROOT}/bin:${PYENV_ROOT}/shims:${PATH}"
eval "$(pyenv init -)" eval "$(pyenv init -)"
fi fi