Skip to content

Commit 8524091

Browse files
committed
fix run script
1 parent 94080ff commit 8524091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
if [ -z "$PY" ]; then
4-
PY=python3.13
4+
PY=python3
55
fi
66
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
77

0 commit comments

Comments
 (0)