Any way to make multiple scripts available in .pex? #2755
Answered
by
jsirois
mconigliaro
asked this question in
Q&A
-
I have a desire to run both gunicorn and flask (for cli commands) for my app in production. It seems like I can only pick one or the other with the |
Beta Was this translation helpful? Give feedback.
Answered by
jsirois
May 7, 2025
Replies: 1 comment 1 reply
-
There are 18 ways to accomplish this. Here's a few by example:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
mconigliaro
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are 18 ways to accomplish this. Here's a few by example:
Using PEX runtime environment variables: