[22:25:40] <dstufft> qwcode: hey, I had a thought, and I think you know the code/use cases better than I do
[22:26:25] <dstufft> We can't universally make random build directories because of the pip install --no-install && pip install --no-download option work flow right? (I know they are deprecated but we didn't remove them yet)
[22:26:59] <qwcode> dstufft, I was hoping they could be removed next release
[22:28:20] <dstufft> can we do a random build directory in 6.0, if the --no-install and --no-download flags are *not* specified?
[22:28:36] <dstufft> iow is there anything depending on a static build dir without those flags
[22:30:06] <qwcode> I don't think so, but I'd have to look closer. but the idea in general sounds fine to me.
[22:30:28] <qwcode> is there something pressing for 6.0 to consider this before release, or you're just motivated now?
[22:32:01] <dstufft> qwcode: I was thinking about https://github.com/pypa/pip/issues/1964 which also affects ensurepip (I encountered it myself while working on ensurepip for 2.7, and it sucked to diagnose it because the error message tells you nothing about what you need to delete