Installing to /usr instead of /usr/local?
Installing to /usr instead of /usr/local?
How can I go about doing this?
Re: Installing to /usr instead of /usr/local?
python setup.py install --helpStarks wrote:How can I go about doing this?
Re: Installing to /usr instead of /usr/local?
That doesn't tell me how to properly use the prefix command.
Everything is still ending up in /usr/local when I try this:
Or this.
Everything is still ending up in /usr/local when I try this:
Code: Select all
sudo python setup.py install --prefix=/usr
Code: Select all
sudo python setup.py install --prefix /usr