python-uncompyle6/admin-tools/pyenv-newer-versions
2017-10-11 22:09:03 -04:00

7 lines
215 B
Bash

# -*- shell-script -*-
if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.5.2 3.6.2 2.6.9 3.3.6 2.7.13 3.4.2'