Alexander Dreyer added the comment:
If a another solution via virtualenv could do it, I'd prefer that, too.
--
___
Python tracker
<http://bugs.python.org/i
Alexander Dreyer added the comment:
Of course, I mean: The error will *not* be detected...
--
___
Python tracker
<http://bugs.python.org/issue9309>
___
___
Pytho
Alexander Dreyer added the comment:
The idea is, that an environment variable can be set globally by the
master-build system or the packaging system. In contrary, the --no-user-cfg
switch has to be added to the build description of each individial package. For
strongly community-driven
Alexander Dreyer added the comment:
The patch is originating from Sage Days 24. Sage (http://www.sagemath.org)
distributes a bunch of mathematical python-based software. The integration of
the individual packages is done by individual people which might not use
--no-user-cfg in their install
Changes by Alexander Dreyer :
Removed file: http://bugs.python.org/file18069/dist.py.patch
___
Python tracker
<http://bugs.python.org/issue9309>
___
___
Python-bugs-list m
Alexander Dreyer added the comment:
Added better patch (checks environment first).
--
___
Python tracker
<http://bugs.python.org/issue9309>
___
___
Python-bug
Changes by Alexander Dreyer :
Added file: http://bugs.python.org/file18085/dist.py.patch
___
Python tracker
<http://bugs.python.org/issue9309>
___
___
Python-bugs-list m
New submission from Alexander Dreyer :
At the Sage Days 24 coding sprint the issue came up, that the setup.py install
programs of several python-based tools pick the prefix-setting from
~/.pydistutils.cfg.
http://trac.sagemath.org/sage_trac/ticket/9536
In order to get this right, we suggest