4 lines
75 B
Bash
4 lines
75 B
Bash
_TOOLS=`dirname $0`
|
|
_VENV=$_TOOLS/../.nova-venv
|
|
source $_VENV/bin/activate
|