[Pythonmac-SIG] Use Setup.py to install to /usr

2009-04-18 Thread Pascal Schaedeli
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

Re: [Pythonmac-SIG] Use Setup.py to install to /usr

2009-04-19 Thread Pascal Schaedeli
et me know if there is any way to achieve this with setup.py. - Added "/usr/lib/site-python" to PYTHONPATH environment variable. Pascal On Sat, Apr 18, 2009 at 5:23 PM, Pascal Schaedeli wrote: > How to you instruct "setup.py install" to install all files under /usr > in

Re: [Pythonmac-SIG] Use Setup.py to install to /usr

2009-04-26 Thread Pascal Schaedeli
helping me out. Thx again. Pascal > -- Forwarded message -- > From: Christopher Barker > To: pythonmac-sig@python.org > Date: Mon, 20 Apr 2009 12:15:16 -0700 > Subject: Re: [Pythonmac-SIG] Use Setup.py to install to /usr > Pascal Schaedeli wrote: > >>