We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 011f2d6 commit c505f12Copy full SHA for c505f12
1 file changed
admin-tools/setup-python-2.4.sh
@@ -3,7 +3,7 @@ PYTHON_VERSION=2.4.6
3
4
function checkout_version {
5
local repo=$1
6
- version=${2:-python-2.4}
+ version=${2:-python-2.4-to-2.7}
7
echo Checking out $version.4 on $repo ...
8
(cd ../$repo && git checkout $version && pyenv local $PYTHON_VERSION) && \
9
git pull
0 commit comments