Packaging Python Apps

Peter nospam at dontreply.com
Tue Oct 19 04:30:02 EDT 2004


Are there commands that can be used to install python apps into a dummy tree
for later packaging? I would like to accomplish either of the following:

when I run python setup.py install

can I

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

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

Thx



More information about the Python-list mailing list