]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
we're in 2.7 now
authorBenjamin Peterson <benjamin@python.org>
Thu, 2 Oct 2008 19:00:31 +0000 (19:00 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 2 Oct 2008 19:00:31 +0000 (19:00 +0000)
Mac/BuildScript/scripts/postflight.patch-profile

index 5e82f331cfa32a83015a8216f1f3e71cfdc489bc..d03e4d04f084157c49c0c05a42d582da1e0aa73c 100755 (executable)
@@ -5,7 +5,7 @@ echo "of python is not early enough of the PATH of your shell."
 echo "These changes will be effective only in shell windows that you open"
 echo "after running this script."
 
-PYVER=2.5
+PYVER=2.7
 PYTHON_ROOT="/Library/Frameworks/Python.framework/Versions/Current"
 
 if [ `id -ur` = 0 ]; then