[Python-Dev] bdist_* to stdlib?
Greg Ewing
greg.ewing at canterbury.ac.nz
Wed Feb 15 01:51:03 CET 2006
More information about the Python-Dev mailing list
Wed Feb 15 01:51:03 CET 2006
- Previous message: [Python-Dev] bdist_* to stdlib?
- Next message: [Python-Dev] bdist_* to stdlib?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thomas Wouters wrote: > Actually, that's where distutils and bdist_* comes in. Mr. Random Developer > writes a regular distutils setup.py, and I can install the latest, > not-quite-in-apt version by doing 'setup.py bdist_deb' and installing the > resulting .deb. Why not just do 'setup.py install' directly? -- Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | Carpe post meridiam! | Christchurch, New Zealand | (I'm not a morning person.) | greg.ewing at canterbury.ac.nz +--------------------------------------+
- Previous message: [Python-Dev] bdist_* to stdlib?
- Next message: [Python-Dev] bdist_* to stdlib?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list