From 261b771d7c09c03b2210b20a85bb6a863c602187 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sun, 26 Oct 2014 20:17:38 +0800 Subject: [PATCH] Update for .bashrc.local. (pyenv) --- .bashrc.local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc.local b/.bashrc.local index a5ccd7a..c7ab932 100644 --- a/.bashrc.local +++ b/.bashrc.local @@ -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