From ed4446154a1a55d51687d1f45c618c9b5ba3b163 Mon Sep 17 00:00:00 2001 From: James Webster Date: Wed, 23 Mar 2022 12:01:36 +1000 Subject: [PATCH] Add MacOS/Apple Silicon guidance for changes to pants.toml --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b2c00c5..49f48cc 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ example layouts. You run Pants goals using the `./pants` wrapper script, which will bootstrap the configured version of Pants if necessary. +> :question: Running with Apple Silicon and/or MacOS? You will want to make changes to the `search_path` and +`interpreter_constraints` values in `pants.toml` before running `./pants` - there is guidance in `pants.toml` +for those settings. + Use `./pants --version` to see the version of Pants configured for the repo (which you can also find in `pants.toml`).