Shortcut script for running the CLI in virtualenv
This commit is contained in:
parent
06326e5232
commit
f74ce14641
4
tools/tuskar_with_venv.sh
Executable file
4
tools/tuskar_with_venv.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
TOOLS=`dirname $0`
|
||||
VENV=$TOOLS/../.venv
|
||||
source $VENV/bin/activate && python -m tuskarclient.shell $@
|
Loading…
x
Reference in New Issue
Block a user