mirror of
https://github.com/pyenv/pyenv-update.git
synced 2025-11-08 03:23:48 -05:00
Do a rehash after update
Since shims and/or their necessary set might've changed Closes https://github.com/pyenv/pyenv-update/issues/15
This commit is contained in:
@@ -87,4 +87,6 @@ for repo in "${PYENV_ROOT}" "${PYENV_ROOT}/plugins/"*; do
|
||||
done
|
||||
shopt -u nullglob
|
||||
|
||||
pyenv rehash || STATUS="$?"
|
||||
|
||||
exit "$STATUS"
|
||||
|
||||
Reference in New Issue
Block a user