# HG changeset patch
# User mabshoff@sage.math.washington.edu
# Date 1235886697 28800
# Node ID 3f3a6cf2d2ddc6e9e34231b9586253428af0278f
# Parent  e559b66e9787e4404b70956ce04c36920000deb8
Do no longer attempt to rewrite site-packages in easy-install.pth due to setuptools update (#5351)

diff -r e559b66e9787 -r 3f3a6cf2d2dd sage-location
--- a/sage-location	Sat Feb 28 21:07:07 2009 -0800
+++ b/sage-location	Sat Feb 28 21:51:37 2009 -0800
@@ -130,6 +130,8 @@
         O.write(SAGE_ROOT)
         O.close()        
 
+# Note that due to updating setuptools to 0.6c9 in Sage 3.3 we no longer need to rewrite 
+# site-packages in easy-install.pth
 def update_easy_install():
     """
     Find the easy-install.pth file in the current tree, and replace the line
@@ -162,6 +164,6 @@
         print "Do not interrupt this."
 	update_library_files(R)
         update_hardcoded_files(SAGE_ROOT + '/local/lib/python/')
-        update_easy_install()
+        #update_easy_install()
 
 
