nova/tools/activate_venv.sh
2010-07-26 18:57:24 -07:00

5 lines
87 B
Bash

#!/bin/bash
_TOOLS=`dirname $0`
_VENV=$_TOOLS/../.nova-venv
source $_VENV/bin/activate