better way to set pipfile

pull/20294/head
Greg Hogan 4 years ago
parent 2d79ccb9ad
commit 2fe5eff88c
  1. 2
      update_requirements.sh

@ -32,7 +32,7 @@ pip install --upgrade pip
pip install pipenv pip install pipenv
echo "pip packages install ..." echo "pip packages install ..."
[ -d "./xx" ] && cd ./xx [ -d "./xx" ] && export PIPENV_PIPFILE=./xx/Pipfile
pipenv install --dev --deploy --system pipenv install --dev --deploy --system
# update shims for newly installed executables (e.g. scons) # update shims for newly installed executables (e.g. scons)
pyenv rehash pyenv rehash

Loading…
Cancel
Save