New submission from Tim Kersten <tim.kers...@lincor.com>:

$ 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.

----------
assignee: tarek
components: Distutils
messages: 102724
nosy: tarek, timkersten
severity: normal
status: open
title: distutils does not allow installation with --root and --prefix, and 
give's incorrect error message
type: behavior
versions: Python 2.5, Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8357>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to