Packaging Python Apps

Steve Holden steve at holdenweb.com
Tue Oct 19 07:54:52 EDT 2004


Peter wrote:

> 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
For 1), wouldn't

	python setup.py build

or its variants suffice.

regards
  Steve
-- 
http://www.holdenweb.com
http://pydish.holdenweb.com
Holden Web LLC +1 800 494 3119



More information about the Python-list mailing list