mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Update pip
This commit is contained in:
parent
bbd8f2c01e
commit
95818ab802
1 changed files with 2 additions and 6 deletions
|
@ -23,13 +23,9 @@ STATUS=0
|
||||||
if [ "$STATUS" == "0" ]; then
|
if [ "$STATUS" == "0" ]; then
|
||||||
for piparg in "$@"; do
|
for piparg in "$@"; do
|
||||||
case ${piparg} in
|
case ${piparg} in
|
||||||
"install" | "uninstall" ) REHASH=0;;
|
"install" | "uninstall" ) pyenv-rehash ; break;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$REHASH" == "0" ]; then
|
exit "$STATUS";
|
||||||
pyenv-rehash
|
|
||||||
fi
|
|
||||||
|
|
||||||
exit "$STATUS"
|
|
||||||
|
|
Loading…
Reference in a new issue