Closed
Description
According to PyInstaller pyinstaller/pyinstaller#6066 (comment) manylinux images could not be used to create redistributable package compatible with many linux distribution because the python provided within the images are not compiled with --enable-shared
Mostly a question or a feature request, what would be the properly way to have a "manylinux" image with --enable-shared
?