[issue21710] --install-base option ignored?

Antoine Pitrou report at bugs.python.org
Tue Jun 10 23:42:43 CEST 2014


New submission from Antoine Pitrou:

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)

----------
components: Distutils
messages: 220198
nosy: dstufft, eric.araujo, pitrou
priority: normal
severity: normal
status: open
title: --install-base option ignored?
type: behavior
versions: Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21710>
_______________________________________


More information about the Python-bugs-list mailing list