From feec296aeaa49c9964b96e0aeb5d69eb3898b4c2 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 26 Oct 2014 20:16:50 +0800 Subject: [PATCH] pyenv in ${PYENV_ROOT}/bin. --- .zshrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc.local b/.zshrc.local index 088ea5a..bc07797 100644 --- a/.zshrc.local +++ b/.zshrc.local @@ -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