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.
_______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig