pex 2.6.0 #2439
pex 2.6.0
#2439
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2.6.0
This release adds support for PEP-723 script metadata in
--exe
s. For sucha script with metadata describing its dependencies or Python version
requirements, running the script is as simple as
pex --exe <script> -- <script args>
and building a PEX encapsulatingit as simple as
pex --exe <script> --output <PEX file>
.--exe
. (Add support for PEP-723 script metadata to--exe
. #2436)This discussion was created from the release pex 2.6.0.
Beta Was this translation helpful? Give feedback.
All reactions