Open lamby opened 7 years ago
--preinstall "setuptools>=17.1"
(or another minimal version) works well for me, so the question is what a new option brings to the table. Yes, the simple option is a tad easier to use, but then is that worth it?
So just a docs problem?
I agree here that there is no need for a specific new option for this. On Sun, 30 Apr 2017 at 16:31, Jürgen Hermann notifications@github.com wrote:
--preinstall "setuptools>=17.1" (or another minimal version) works well for me, so the question is what a new option brings to the table. Yes, the simple option is a tad easier to use, but then is that worth it?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/spotify/dh-virtualenv/issues/196#issuecomment-298235516, or mute the thread https://github.com/notifications/unsubscribe-auth/AAD4yLj95EjVGlSdK5GEWwDgzYVhJrh_ks5r1JslgaJpZM4L-riR .
So just a docs problem?
Ah, yes :)
Seems like there's
DH_UPGRADE_SETUPTOOLS
when using the "buildsystem" style but no equivalent for the--with=python-virtualenv
style. Is this deliberate? (Want a patch?)