upgrade pip

pull/2573/head
Greg Hogan 4 years ago
parent e113a12702
commit 92bc71c2e7
  1. 3
      update_requirements.sh

@ -27,6 +27,9 @@ if ! command -v pipenv &> /dev/null; then
pip install pipenv pip install pipenv
fi fi
echo "update pip"
pip install --upgrade pip
echo "pip packages install ..." echo "pip packages install ..."
pipenv install --dev --deploy --system pipenv install --dev --deploy --system
# update shims for newly installed executables (e.g. scons) # update shims for newly installed executables (e.g. scons)

Loading…
Cancel
Save