nova/tools/activate_venv.sh

5 lines
87 B
Bash

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