Installing to /usr instead of /usr/local?

General support for problems installing or using Deluge
Post Reply
Starks
New User
New User
Posts: 4
Joined: Wed Dec 24, 2008 11:48 pm

Installing to /usr instead of /usr/local?

Post by Starks »

How can I go about doing this?
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

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

Post by andar »

Starks wrote:How can I go about doing this?
python setup.py install --help
Starks
New User
New User
Posts: 4
Joined: Wed Dec 24, 2008 11:48 pm

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

Post 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
Post Reply