Page 1 of 1

Installing to /usr instead of /usr/local?

Posted: Fri Mar 06, 2009 7:38 pm
by Starks
How can I go about doing this?

Re: Installing to /usr instead of /usr/local?

Posted: Fri Mar 06, 2009 8:33 pm
by andar
Starks wrote:How can I go about doing this?
python setup.py install --help

Re: Installing to /usr instead of /usr/local?

Posted: Fri Mar 06, 2009 9:01 pm
by Starks
That doesn't tell me how to properly use the prefix command.

Everything is still ending up in /usr/local when I try this:

Code: Select all

sudo python setup.py install --prefix=/usr
Or this.

Code: Select all

sudo python setup.py install --prefix /usr