mirror of
https://github.com/pyenv/pyenv-update.git
synced 2025-12-08 16:11:26 +09: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:
parent
b46df06b06
commit
810db7865a
@ -87,4 +87,6 @@ for repo in "${PYENV_ROOT}" "${PYENV_ROOT}/plugins/"*; do
|
||||
done
|
||||
shopt -u nullglob
|
||||
|
||||
pyenv rehash || STATUS="$?"
|
||||
|
||||
exit "$STATUS"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user