better way to set pipfile

albatross
Greg Hogan 2021-03-09 17:56:23 -08:00
parent 2d79ccb9ad
commit 2fe5eff88c
1 changed files with 1 additions and 1 deletions

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