Hard code the platform.py libc_ver() libc version for the pyston executable
this speeds up pip by several seconds because the pyston executable is very large. CPython does not run into the problem because of the much smaller executable but has the same problem when it has to retrieve the libc version of the pyston executable
Showing
Please register or sign in to comment