mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -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
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue