How to build python binaries including external modules

James hslee911 at yahoo.com
Wed Mar 18 19:06:01 EDT 2020


When you build python binaries from source, how to add external modules?
For example, to install cython, conventional method is building python first, then running setup.py for cython.
I'd like to combine the 2-step into one.

Thanks
James


More information about the Python-list mailing list