Is there an easy way to use my PR'd version of Pan...
# plugins
w
Is there an easy way to use my PR'd version of Pants in my other repos? There is a PANTS_SHA env variable, but I think that's only for mainline Pantses?
b
w
Sweet, I didn't even see that! Hope it doesn't need to re-build everything
🙌 2
f
Some of the example-* repos in pantsbuild GitHub have a
./pants_from_sources
script that is like
./pants
but uses a pants checkout in a sibling directory.
w
Oh cool thanks! I never noticed that before.