From 0a507f9296e7abe8da60c23937ee6e177c331916 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 23 Mar 2013 21:53:20 -0400 Subject: [PATCH] python2 exists in 2.7.4 --- formula/python-2.7.4rc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formula/python-2.7.4rc1 b/formula/python-2.7.4rc1 index 4ea3bbc..fae638a 100755 --- a/formula/python-2.7.4rc1 +++ b/formula/python-2.7.4rc1 @@ -18,4 +18,4 @@ make install cd .. rm -fr src -ln $OUT_PREFIX/bin/python $OUT_PREFIX/bin/python2 \ No newline at end of file +# ln $OUT_PREFIX/bin/python $OUT_PREFIX/bin/python2 \ No newline at end of file