Hey, good morning. I was wondering what is the lat...
# general
b
Hey, good morning. I was wondering what is the latest advice on running pants from source code. https://www.pantsbuild.org/v2.17/docs/running-pants-from-sources The link to the script linked above is missing that's all!
b
If you’re using the
pants
runner:
PANTS_SOURCE=/path/to/pants/repository pants …
works for me
h
Hmm, you're right. Apparently we were linking to a script in the example repo, which has been deleted from there
we should have been linking to something in the setup repo
Or a stable branch in the example repo
Thanks for the heads up!
b
thank you!
Follow up question. Is it possible to run a local version of pants and a local version of pex? I'm debugging an issue with pex, that's all