This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author timkersten
Recipients tarek, timkersten
Date 2010-04-09.15:15:09
SpamBayes Score 3.653684e-07
Marked as misclassified No
Message-id <1270826117.06.0.843410920049.issue8357@psf.upfronthosting.co.za>
In-reply-to
Content
$ python setup.py install --root=/tmp/ --prefix=/usr
running install
error: must supply either home or prefix/exec-prefix -- not both

I believe that this should work. --root and --prefix are, from what I can tell, two unrelated options.
History
Date User Action Args
2010-04-09 15:15:17timkerstensetrecipients: + timkersten, tarek
2010-04-09 15:15:17timkerstensetmessageid: <1270826117.06.0.843410920049.issue8357@psf.upfronthosting.co.za>
2010-04-09 15:15:09timkerstenlinkissue8357 messages
2010-04-09 15:15:09timkerstencreate