Browse Source

Usage of venv python in start script

master
Dirk Alders 9 months ago
parent
commit
a35faaa21f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      file2mail.sh

+ 1
- 1
file2mail.sh View File

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

Loading…
Cancel
Save