fix: upgrade setuptools, wheel when upgrading backup app
This commit is contained in:
parent
94c170f9f7
commit
1c7883393b
1 changed files with 2 additions and 1 deletions
|
|
@ -13,8 +13,9 @@ fi
|
|||
PIP="sudo -H -u ${user} PIP_CONFIG_FILE=${envpath}/pip.conf ${envpath}/bin/pip"
|
||||
|
||||
|
||||
# upgrade pip
|
||||
# upgrade pip & friends
|
||||
$PIP install $QUIET $PROGRESSBAR --upgrade pip
|
||||
$PIP install $QUIET $PROGRESSBAR --upgrade setuptools wheel
|
||||
|
||||
# upgrade rattail
|
||||
cd ${envpath}/src/rattail
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue