From 402ec32f8b85dd7eb17d0e9918c77cd90566d446 Mon Sep 17 00:00:00 2001 From: Pyroseza Date: Thu, 21 Jan 2021 21:48:06 +0000 Subject: [PATCH] Updated python3 commands to use 3.8 --- lxc/test_all_lxc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lxc/test_all_lxc b/lxc/test_all_lxc index 493c4b5..cff05a1 100755 --- a/lxc/test_all_lxc +++ b/lxc/test_all_lxc @@ -50,6 +50,6 @@ echo 'testing typescript' echo 'testing python2' ../../cli/execute python2 test2.py echo 'testing python3' -../../cli/execute python3 test3.py +../../cli/execute python3.8 test3.py echo 'testing paradoc' -../../cli/execute python3 test_paradoc.py +../../cli/execute python3.8 test_paradoc.py