Files
nova/tools/with_venv.sh
T
andy 6d3331e831 Move virtualenv installation out of the makefile.
Also adds some tools for dealing with virtualenvs to the tools
directory.
2010-07-26 23:16:49 +02:00

5 lines
87 B
Bash
Executable File

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