nova/tools/activate_venv.sh

4 lines
75 B
Bash

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