We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0163cb commit 36bf9c9Copy full SHA for 36bf9c9
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