Merge pull request #1653 from letsencrypt/ancient-python

Make the ancient python error more friendly
This commit is contained in:
Peter Eckersley
2015-12-01 18:38:47 -08:00
+1 -1
View File
@@ -104,7 +104,7 @@ DeterminePythonVersion() {
ExperimentalBootstrap "Python 2.6"
elif [ $PYVER -lt 26 ] ; then
echo "You have an ancient version of Python entombed in your operating system..."
echo "This isn't going to work."
echo "This isn't going to work; you'll need at least version 2.6."
exit 1
fi
}