upgrade pip

old-commit-hash: 92bc71c2e727e8f14fbe694ec4ca09e99759314e
This commit is contained in:
Greg Hogan
2020-11-18 16:25:38 -08:00
parent 6b238ea78d
commit f9db1e3728

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)