Index: branches/fc15-dev/server/doc/install-howto.sh
===================================================================
--- branches/fc15-dev/server/doc/install-howto.sh	(revision 1879)
+++ branches/fc15-dev/server/doc/install-howto.sh	(revision 1880)
@@ -241,7 +241,4 @@
     pecl install --nodeps $(pecl list | tail -n +4 | cut -f 1 -d " " | grep -Fxvf - pecl.txt)
 
-# Setup some Python config
-    echo 'import site, os.path; site.addsitedir(os.path.expanduser("~/lib/python2.6/site-packages"))' > /usr/lib/python2.6/site-packages/00scripts-home.pth
-
 # Install the credentials.  There are a lot of things to remember here.
 # Be sure to make sure the permissions match up (ls -l on an existing
Index: branches/fc15-dev/server/fedora/specs/scripts-python-path.spec
===================================================================
--- branches/fc15-dev/server/fedora/specs/scripts-python-path.spec	(revision 1879)
+++ 	(revision )
@@ -1,37 +1,0 @@
-Summary: scripts.mit.edu python path configuration
-Group: Development/Languages
-Name: scripts-python-path
-Version: 0.%{scriptsversion}
-Release: 0
-Vendor: The scripts.mit.edu Team (scripts@mit.edu)
-URL: http://scripts.mit.edu
-License: GPL
-Source: %{name}.tar.gz 
-BuildRoot: %{_tmppath}/%(%{__id_u} -n)-%{name}-%{version}-root
-
-%description 
-
-scripts.mit.edu python path configuration
-See http://scripts.mit.edu/wiki for more information.
-
-%prep
-%setup -q -n %{name}
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-
-%install
-[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{python_sitelib}
-install -m 644 00scripts-home.pth $RPM_BUILD_ROOT%{python_sitelib}
-
-%clean
-[ $RPM_BUILD_ROOT != / ] && rm -rf $RPM_BUILD_ROOT
-
-%files
-%defattr(0644, root, root)
-%{python_sitelib}/00scripts-home.pth
-
-%changelog
-* Thu Jul  9 2009  Geoffrey Thomas <geofft@mit.edu>
-- Update to Python 2.6
-* Tue Jan 27 2009  Quentin Smith <quentin@mit.edu>
-- initial release
