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 pitrou
Recipients dstufft, eric.araujo, pitrou
Date 2014-06-10.21:42:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402436563.61.0.260081261103.issue21710@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at the source code in distutils.command.installer, it seems the "--install-base" option is ignored, since it is always overwritten, either in finalize_unix() or finalize_other().

(I haven't tried to check this on the command line, though)
History
Date User Action Args
2014-06-10 21:42:43pitrousetrecipients: + pitrou, eric.araujo, dstufft
2014-06-10 21:42:43pitrousetmessageid: <1402436563.61.0.260081261103.issue21710@psf.upfronthosting.co.za>
2014-06-10 21:42:43pitroulinkissue21710 messages
2014-06-10 21:42:43pitroucreate