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";