Ver código fonte

Usage of venv python in start script

master
Dirk Alders 9 meses atrás
pai
commit
a35faaa21f
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      file2mail.sh

+ 1
- 1
file2mail.sh Ver arquivo

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

Carregando…
Cancelar
Salvar