better way to set pipfile

old-commit-hash: 2fe5eff88c
commatwo_master
Greg Hogan 4 years ago
parent d26e419122
commit 7670528be8
  1. 2
      update_requirements.sh

@ -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

Loading…
Cancel
Save