How to override distutils install?

Skip Montanaro skip at pobox.com
Fri Sep 5 10:35:39 EDT 2003


I would like to override the distutils install class.  It doesn't look like
it was designed for that.  Do I have to import distutils.command and
overwrite its install attribute?  I didn't see anything about this sort of
thing in the distutils docs.

Thx,

Skip





More information about the Python-list mailing list