@@ -0,0 +1,13 @@
#!/bin/bash
VENV_DIR="venv"
if [ ! -d "$VENV_DIR" ]; then
virtualenv -p python3 "$VENV_DIR"
. "$VENV_DIR/bin/activate"
pip install -e .
else
fi
tge $@
The note is not visible to the blocked user.