Channels
welcome
github-notifications
announce
random
plugins
general
development
pex
Powered by
#general
Title
# general
a
ambitious-actor-36781
09/28/2021, 1:16 AM
What decides what python version the
.pex
file gets built to expect?
h
happy-kitchen-89482
09/28/2021, 1:43 AM
It should be the interpreter constraints for the targets involved, see
https://www.pantsbuild.org/docs/python-interpreter-compatibility
And you can override it:
https://www.pantsbuild.org/docs/reference-pex_binary#codeshebangcode
3 Views
Post