Usage of venv python in start script

This commit is contained in:
Dirk Alders 2024-03-24 09:31:12 +01:00
parent 7c101ca481
commit a35faaa21f

View File

@ -1,4 +1,4 @@
#!/bin/sh
#
BASEPATH=`dirname $0`
python $BASEPATH/file2mail.py
$BASEPATH/venv/bin/python $BASEPATH/file2mail.py