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.
2 parents 9c813df + 5215f76 commit 05fd150Copy full SHA for 05fd150
1 file changed
admin-tools/setup-python-3.2.sh
@@ -12,5 +12,5 @@ bs=${BASH_SOURCE[0]}
12
mydir=$(dirname $bs)
13
fulldir=$(readlink -f $mydir)
14
cd $fulldir/..
15
-git checkout master && pyenv local $PYTHON_VERSION && git pull
+git checkout python-3.2 && pyenv local $PYTHON_VERSION && git pull
16
cd $owd
0 commit comments