diff options
Diffstat (limited to 'tools/with_venv.sh')
-rwxr-xr-x | tools/with_venv.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/with_venv.sh b/tools/with_venv.sh deleted file mode 100755 index c8d2940..0000000 --- a/tools/with_venv.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -TOOLS=`dirname $0` -VENV=$TOOLS/../.venv -source $VENV/bin/activate && $@ |