[Pythonmac-SIG] Use Setup.py to install to /usr
Pascal Schaedeli
pascals_sub at pobox.com
Sun Apr 19 02:23:25 CEST 2009
How to you instruct "setup.py install" to install all files under /usr
instead of /Library/Frameworks/Python.framework/Versions/Current/bin/?
I tried:
python ./setup.py install --prefix=/usr --dry-run
But it still attempts to create directories
like /usr/lib/python2.5/site-packages
I am trying to install "Duplicity", a backup tool using rsync and don't want
it to be installed in the tree of a specific Python distribution in order to
be able to upgrade or switch to another python version without affecting the
availability of duplicity.
Thanks.
Pascal S.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090418/796c1c0c/attachment.htm>
More information about the Pythonmac-SIG
mailing list