Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Discover ASDF interpreters by default (#20105)
I struggled for a while to debug the error messages I was getting from pants (via pex), but it was ultimately because I had not added `<ASDF>` to the search-path. `["<PYENV>", "<PATH>"]` only puts the asdf shims on the path, and they are powerless without the `.tool-versions`. It took me a long while to understand what was happening because even in the sandbox it _looked_ like the asdf pythons should be findable. In the spirit of making pants "just work" more often, and given the fair popularity of asdf, should we support asdf by default? --------- Co-authored-by: Benjy Weinberger <[email protected]> Co-authored-by: Andreas Stenius <[email protected]>
- Loading branch information