cool-easter-32542
08/14/2023, 7:36 PMPANTS_SOURCE=path/to/pants/repo will cause scie-pants to run the pants script in the pants repo on the sources in some other repo. However that script sets PANTS_PYTHON_INTERPRETER_CONSTRAINTS here on macos m1, which will override the ICs in the other repo.
Solution is to simply delete that line, which is no longer needed since the global ICs are 3.9.* anyway (that line was an affordance for when Pants ran on 3.7-3.9, but only on 3.9 on macos m1).
pantsbuild/pantscool-easter-32542
08/14/2023, 8:10 PM