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 tarek
Recipients tarek, timkersten
Date 2010-04-09.15:31:27
SpamBayes Score 7.925365e-06
Marked as misclassified No
Message-id <1270827090.0.0.88270027726.issue8357@psf.upfronthosting.co.za>
In-reply-to
Content
Those are mutually exclusive:

  --prefix : installation prefix
  --root: install everything relative to this alternate root directory

root will install things into a completely alternate root and will use the existing installation scheme and make all paths relative to root.

Whereas prefix allows you to define an alternate value for the installation sys.prefix. And supposes that this prefix is in your PYTHONPATH. 

IOW, having the two options makes it impossible for distutils to choose where to put some files.
History
Date User Action Args
2010-04-09 15:31:30tareksetrecipients: + tarek, timkersten
2010-04-09 15:31:30tareksetmessageid: <1270827090.0.0.88270027726.issue8357@psf.upfronthosting.co.za>
2010-04-09 15:31:28tareklinkissue8357 messages
2010-04-09 15:31:27tarekcreate