with_venv.sh 84 B

1234
  1. #!/bin/bash
  2. TOOLS=`dirname $0`
  3. VENV=$TOOLS/../.venv
  4. source $VENV/bin/activate && $@