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 94080ff commit 8524091Copy full SHA for 8524091
python/run
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
if [ -z "$PY" ]; then
4
- PY=python3.13
+ PY=python3
5
fi
6
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
7
0 commit comments