From 6a15d60eec3056fad289315860940465b7ea7b8d Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sun, 28 Aug 2022 12:11:03 +0200 Subject: [PATCH] python v3 is standard --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3262fb5b1..29790fcfa 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -if ! [ -x "$(command -v python)" ]; then +if ! [ -x "$(command -v python3)" ]; then echo "ERROR: python is not installed! Please install python first." exit 1 fi