better way to set pipfile

This commit is contained in:
Greg Hogan
2021-03-09 17:56:23 -08:00
parent 2d79ccb9ad
commit 2fe5eff88c
+1 -1
View File
@@ -32,7 +32,7 @@ pip install --upgrade pip
pip install pipenv
echo "pip packages install ..."
[ -d "./xx" ] && cd ./xx
[ -d "./xx" ] && export PIPENV_PIPFILE=./xx/Pipfile
pipenv install --dev --deploy --system
# update shims for newly installed executables (e.g. scons)
pyenv rehash