use xx pipfile when available

old-commit-hash: 81433f1e54
commatwo_master
Greg Hogan 4 years ago
parent cbc88afa0c
commit 57292073e1
  1. 1
      update_requirements.sh

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

Loading…
Cancel
Save