murano-docs/portas/tools/with_venv.sh
Serg Melikyan b9d60d50bd Initial version of portas-api
Portas-api is REST API component for Windows DataCenter as a Service
In initial version there is only draft support for Environments API
2013-03-04 13:59:08 +04:00

5 lines
84 B
Bash
Executable File

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