We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4981f1 commit 499afebCopy full SHA for 499afeb
build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
3
-if ! [ -x "$(command -v python)" ]; then
+if ! [ -x "$(command -v python3)" ]; then
4
echo "ERROR: python is not installed! Please install python first."
5
exit 1
6
fi
0 commit comments