pex 2.1.151 #2284
pex 2.1.151
#2284
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.1.151
This release brings support for a new
--exclude <req>
PEX build optionthat allows eliding selected resolved distributions from the final PEX.
This is an advanced feature that will, in general, lead to broken PEXes
out of the box; so read up on the
--exclude
command line help to makesure you understand the consequences.
This release also brings a fix for
--inject-env
that ensures thespecified environment variables are always injected to the PEX at
runtime regardless of the PEX entry point exercised.
--exclude <req>
. (Implement support for--exclude <req>
. #2281)This discussion was created from the release pex 2.1.151.
Beta Was this translation helpful? Give feedback.
All reactions