Use shims, not bin.

This commit is contained in:
Gea-Suan Lin
2014-10-22 04:26:22 +08:00
parent 892fc643b1
commit d01fa6a593

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