From f3f7055f2440330fd83a4384645a96093c2068e1 Mon Sep 17 00:00:00 2001 From: lemke_h Date: Wed, 14 Sep 2022 07:41:58 +0200 Subject: [PATCH] fix python env --- saythis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saythis b/saythis index 6c0ede3..9f356b3 100755 --- a/saythis +++ b/saythis @@ -1,4 +1,4 @@ -#!/sf/bernina/applications/anaconda/bernina_envs/bernina_default/bin/python +#!/sf/bernina/applications/bm/envs/default/bin/python import sys import pyttsx3 e = pyttsx3.init()