Shortcut script for running the CLI in virtualenv

This commit is contained in:
Jiri Stransky 2013-07-02 13:36:47 +02:00
parent 06326e5232
commit f74ce14641

4
tools/tuskar_with_venv.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
TOOLS=`dirname $0`
VENV=$TOOLS/../.venv
source $VENV/bin/activate && python -m tuskarclient.shell $@