Installing to /usr instead of /usr/local?
Posted: Fri Mar 06, 2009 7:38 pm
How can I go about doing this?
Support Forum for the Deluge BitTorrent Client
https://forum.deluge-torrent.org/
python setup.py install --helpStarks wrote:How can I go about doing this?
Code: Select all
sudo python setup.py install --prefix=/usr
Code: Select all
sudo python setup.py install --prefix /usr