1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 05:23:47 -05:00

Update pip

This commit is contained in:
Lars Fronius
2017-05-09 12:50:46 +02:00
committed by GitHub
parent bbd8f2c01e
commit 95818ab802

View File

@@ -23,13 +23,9 @@ STATUS=0
if [ "$STATUS" == "0" ]; then
for piparg in "$@"; do
case ${piparg} in
"install" | "uninstall" ) REHASH=0;;
"install" | "uninstall" ) pyenv-rehash ; break;;
esac
done
fi
if [ "$REHASH" == "0" ]; then
pyenv-rehash
fi
exit "$STATUS"
exit "$STATUS";