spanner/tools/with_venv.sh
lawrancejing f15ff05fa7 Initial commit
Change-Id: I593ec555100ff21087c8769868bcf1f1f9d5c07e
2015-10-10 12:02:19 +00:00

5 lines
84 B
Bash
Executable File

#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && $@