Activate venv in {run,init}_sqlite

This commit is contained in:
David Hoppenbrouwers
2022-10-09 21:56:23 +02:00
parent e777813fb1
commit d7be7a1d24
3 changed files with 5 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ PYTHON=python3
set -e
make
. ./venv/bin/activate
if [ $# -le 0 ]
then
echo "Usage: $0 <file> [--no-admin]" >&2