
These scripts provide methods needed for installing OpenStack development virtual environments. Change-Id: I72bbb1a81ee80a1f0520e720a5dfca6740cc8c75
5 lines
84 B
Bash
Executable File
5 lines
84 B
Bash
Executable File
#!/bin/bash
|
|
TOOLS=`dirname $0`
|
|
VENV=$TOOLS/../.venv
|
|
source $VENV/bin/activate && $@
|