virtualenv/docs/changelog/1535.bugfix.rst
Bernát Gábor 786c3d0add
Stable order in pyenv.cfg, include-system-site-packages only for ref (#1535)
Previously the order was dictionary order depdendent, so not stable
accross Python implementations, and we also set the include system
site package for all creators, should be only for ref creators.

Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
2020-02-02 12:23:10 +00:00

2 lines
146 B
ReStructuredText

Stable order within ``pyenv.cfg`` and add ``include-system-site-packages`` only for creators that reference a global
Python - by ``gaborbernat``.