Packaging Python Apps

Istvan Albert ialbert at mailblocks.com
Tue Oct 19 08:44:40 EDT 2004


Peter wrote:

> 1) deposit all files into a specified directory like when I do
> make install DESTDIR=/foo

see:

python setup.py install --help

> 2) have a do-nothing install like
> make -n install

python setup.py -n install

Istvan.



More information about the Python-list mailing list