Skip to content

Commit 499afeb

Browse files
authored
python v3 is standard (#83)
1 parent b4981f1 commit 499afeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
if ! [ -x "$(command -v python)" ]; then
3+
if ! [ -x "$(command -v python3)" ]; then
44
echo "ERROR: python is not installed! Please install python first."
55
exit 1
66
fi

0 commit comments

Comments
 (0)