Merge branch 'issue98'

This commit is contained in:
Yamashita Yuu 2014-01-15 16:42:14 +09:00
commit c977774977

View file

@ -41,7 +41,7 @@ for script in "${scripts[@]}"; do
done
shift 1
if [ "$PYENV_VERSION" != "system" ]; then
# CPython's `sys.executable` requires the `PYENV_BIN_PATH` to be at the top of the `PATH`.
# https://github.com/yyuu/pyenv/issues/98
export PATH="${PYENV_BIN_PATH}:${PATH}"
fi
exec -a "$PYENV_COMMAND" "$PYENV_COMMAND_PATH" "$@"