Administrivia

This commit is contained in:
rocky
2017-11-13 09:53:10 -05:00
parent d1917046f4
commit 35e4e03468

View File

@@ -13,6 +13,8 @@ if ! source ./setup-python-2.4.sh ; then
exit $?
fi
PYVERSIONS='2.7.14 2.6.9 3.3.6 3.4.2 3.5.4 3.6.3'
cd ..
for version in $PYVERSIONS; do
if ! pyenv local $version ; then