July 16, 2013
2:42 p.m.
On 16 Jul, 2013, at 13:25, Paul Moore <p.f.moore@gmail.com> wrote:
On the other hand, I'm missing something, as I don't see how the *current* exe wrappers avoid meaning that there need to be separate 32-bit and 64-bit versions of pip...
Couldn't you just ship both variants of the exe wrappers in a single distribution and then use the correct one for the current installation? That's what I'm doing in py2app. Ronald