meteos/tools/with_venv.sh
Sharat Sharma 38ff2a10a8 Added scripts to install virtual environment
These scripts provide methods needed for installing OpenStack development
virtual environments.

Change-Id: I72bbb1a81ee80a1f0520e720a5dfca6740cc8c75
2017-02-20 10:18:34 +00:00

5 lines
84 B
Bash
Executable File

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