senlin-dashboard/tools/with_venv.sh
Zhenguo Niu 6c09e34238 Add init repo
Change-Id: I77460ae0d32723254ed908d3d1e6f287b3259d43
2015-08-24 23:04:09 +08:00

5 lines
84 B
Bash
Executable File

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