python-tuskarclient/tools/with_venv.sh
Jiri Stransky c469f3a656 Basic project structure
Mostly taken from other OpenStack client projects and adapted for
Tuskar.
2013-07-01 11:01:17 +02:00

5 lines
84 B
Bash
Executable File

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