Hi All, Is there anyway to build the interpreter i...
# general
v
Hi All, Is there anyway to build the interpreter inside the pex file as well? I know its more meant to self contained in regards to dependencies, but I would really like it mobile as the environments I want to deploy the pex file can be a bit finicky.
r
Not using PEX. Pants packages itself using scie-jump which is called scie-pants. Although pants doesn't have anything out of the box to build such
scie
. There is a 3rd party plugin to build your own
scie
. You will see that the plugin supports packaging PEX as
scie
.
v
wow, thats solves another problem. Did not know this existed. I'll give the plugin a try! Thanks a bunch
w
I wrote that janky plugin - if you have any issues, don’t hesitate to ask. The plugin needs a few updates to be something that I would be happy with, BUT, I am currently using it in a production and haven’t run into any issues. The big change I’d like to add is multi-pex support, to allow multiple commands bound into the same science