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 78eeca4 commit 8ab7daeCopy full SHA for 8ab7dae
1 file changed
admin-tools/setup-master.sh
@@ -1,13 +1,13 @@
1
#!/bin/bash
2
# Check out master branch and dependent development master branches
3
+PYTHON_VERSION=3.13
4
+
5
bs=${BASH_SOURCE[0]}
6
if [[ $0 == $bs ]] ; then
7
echo "This script should be *sourced* rather than run directly through bash"
8
exit 1
9
fi
10
-PYTHON_VERSION=3.12
-
11
uncompyle6_owd=$(pwd)
12
mydir=$(dirname $bs)
13
fulldir=$(readlink -f $mydir)
0 commit comments