> What you're looking for is information on sitecustomize. Look at > /usr/lib/python2.4/site.py for more information. > > -- > Gary L. Greene, Jr. > IT Operations > Minerva Networks, Inc. > Cell: (650) 704-6633 > Phone: (408) 240-1239 > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos Hi Gary, Thanks for the response. I don't have a file /usr/lib/python2.4/site.py but I don have a /usr/lib/python2.4/site-packages/site.py. I looked at site-packages/site.py and didn't see anything in there that looked like I could define or add to my site-packages search path. I see where it's looping the path items. What is the normal way to define/add to the python environments search path for site-packages?