[Distutils] Extending distutils with 3rd party build commands?

M.-A. Lemburg mal at egenix.com
Sat Oct 23 11:20:38 CEST 2004


Fred L. Drake, Jr. wrote:
> On Friday 22 October 2004 06:23 pm, Bob Ippolito wrote:
>  > I need an editable file in a system-wide directory such as
>  > site-packages that isn't "owned" by the Python installation. 

This already exists in the form of:

	"""
         There are three possible config files: distutils.cfg in the
         Distutils installation directory (ie. where the top-level
         Distutils __inst__.py file lives), a file in the user's home
         directory named .pydistutils.cfg on Unix and pydistutils.cfg
         on Windows/Mac, and setup.cfg in the current directory.
         """

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Oct 23 2004)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::


More information about the Distutils-SIG mailing list