python-evoqueclient/tools/with_venv.sh
zhu.rong 6a1ede7da5 Initial commit
Change-Id: I4cdbe6c88ed06166604e85f69c66df881258a4e8
2015-11-03 15:25:00 -05:00

5 lines
84 B
Bash
Executable File

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