mirror of
https://github.com/pyenv/pyenv-update.git
synced 2025-11-08 11:33:49 -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
|
done
|
||||||
shopt -u nullglob
|
shopt -u nullglob
|
||||||
|
|
||||||
|
pyenv rehash || STATUS="$?"
|
||||||
|
|
||||||
exit "$STATUS"
|
exit "$STATUS"
|
||||||
|
|||||||
Reference in New Issue
Block a user