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 7018558 commit 41980e0Copy full SHA for 41980e0
1 file changed
admin-tools/setup-python-3.0.sh
@@ -1,13 +1,13 @@
1
#!/bin/bash
2
-# Check out 3.0-to-3.1 branch and dependent development branches
+# Check out 3.0-to-3.2 branch and dependent development branches
3
4
bs=${BASH_SOURCE[0]}
5
if [[ $0 == $bs ]] ; then
6
echo "This script should be *sourced* rather than run directly through bash"
7
exit 1
8
fi
9
10
-PYTHON_VERSION=3.1
+PYTHON_VERSION=3.0
11
12
export PATH=$HOME/.pyenv/bin/pyenv:$PATH
13
trepan3k_owd=$(pwd)
@@ -22,4 +22,4 @@ fulldir=$(readlink -f $mydir)
22
setup_version_trepan3k pycolumnize python-3.0 \
23
)
24
25
-checkout_finish python-3.0-to-3.1
+checkout_finish python-3.0-to-3.2
0 commit comments