run.sh 193 B

12345
  1. #!/usr/bin/env bash
  2. script_dir=$(cd $(dirname ${BASH_SOURCE:-$0}); pwd)
  3. PIPFILE=$script_dir/Pipfile
  4. export PIPENV_PIPFILE=$(cd $(dirname $PIPFILE) && pwd)/$(basename $PIPFILE)
  5. pipenv run fetch