From d01fa6a59326833eda6dd8442c99939ca920fd10 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Wed, 22 Oct 2014 04:26:22 +0800 Subject: [PATCH] Use shims, not bin. --- .zshrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc.local b/.zshrc.local index a589f86..088ea5a 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}/bin:${PATH}" + export PATH="${PYENV_ROOT}/shims:${PATH}" eval "$(pyenv init -)" fi