summaryrefslogtreecommitdiffstats
path: root/tools/with_venv.sh
blob: c8d2940fc7a6b5c7f51c04d17efd45d43caaea2e (plain)
1
2
3
4
#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@