We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816e2f1 commit 9f4ff1aCopy full SHA for 9f4ff1a
build.sh
@@ -8,7 +8,7 @@ set -e
8
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
9
cd "$SCRIPT_DIR"
10
11
-PYTHON="$SCRIPT_DIR/venv/bin/python"
+PYTHON="python3.12"
12
13
echo "Building QPython documentation..."
14
echo ""
0 commit comments