From 6d211eae8c9c2ad39565c8d9089265007617cfb5 Mon Sep 17 00:00:00 2001 From: James Hodgson Date: Fri, 7 Oct 2022 14:44:46 +0100 Subject: [PATCH] #22 use python venv --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 6b0ad88..a61e8c3 100755 --- a/start.sh +++ b/start.sh @@ -1 +1 @@ -python3 src/main.py +venv/bin/python3 src/main.py > out.txt 2>&1