use xx pipfile when available

This commit is contained in:
Greg Hogan
2021-03-09 17:46:45 -08:00
parent 9d92c36dca
commit 81433f1e54
+1
View File
@@ -32,6 +32,7 @@ pip install --upgrade pip
pip install pipenv
echo "pip packages install ..."
[ -d "./xx" ] && cd ./xx
pipenv install --dev --deploy --system
# update shims for newly installed executables (e.g. scons)
pyenv rehash