glance/tools/with_venv.sh

5 lines
91 B
Bash

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