upgrade pip

pull/2573/head
Greg Hogan 2020-11-18 16:25:38 -08:00
parent e113a12702
commit 92bc71c2e7
1 changed files with 3 additions and 0 deletions

View File

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