<#19602 Running with PANTS_SOURCE will override th...
# github-notifications
c
#19602 Running with PANTS_SOURCE will override the repo's interpreter constraints Issue created by benjyw Setting
PANTS_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/pants