proud-dentist-22844
02/27/2025, 6:54 PMpex_binary
to generate a "self-extracting virtualenv archive"?
I wrote an entry point (actually an "executable") for a pex that just makes the pex extract itself. I wonder if that is a common pattern or not. Here's where I'm adding the pex_binary(executable=...)
: https://github.com/StackStorm/st2/pull/6307curved-manchester-66006
02/28/2025, 5:39 PMproud-dentist-22844
02/28/2025, 5:53 PMcurved-manchester-66006
02/28/2025, 7:32 PMproud-dentist-22844
02/28/2025, 7:40 PMproud-dentist-22844
02/28/2025, 7:42 PMpackaging/
directory, so it ends up in the venv merged with the packaging
package. I didn't want that hanging around.)