python-uncompyle6/admin-tools/pyenv-older-versions

10 lines
274 B
Plaintext
Raw Normal View History

2017-10-12 01:56:49 +00:00
# -*- shell-script -*-
2017-11-29 15:12:09 +00:00
# Sets PYVERSIONS to be pyenv versions that
# we can use in the python-2.4 branch.
2017-10-12 01:14:30 +00:00
if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='2.4.6 2.5.6'