Skip to content

Commit 42a7c04

Browse files
authored
Add MacOS/Apple Silicon guidance for changes to pants.toml (#98)
It looks me a couple of attempts to successfully follow along from the README.md on a MacBook Pro with Apple Silicon., ultimately coming down to needing to properly configure pants.toml to use pyenv and update the Python interpreter dependency. I believe the statement added to the README.md by this commit will help others in the same situation.
1 parent 2062fd9 commit 42a7c04

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ example layouts.
1212
You run Pants goals using the `./pants` wrapper script, which will bootstrap the
1313
configured version of Pants if necessary.
1414

15+
> :question: Running with Apple Silicon and/or MacOS? You will want to make changes to the `search_path` and
16+
`interpreter_constraints` values in `pants.toml` before running `./pants` - there is guidance in `pants.toml`
17+
for those settings.
18+
1519
Use `./pants --version` to see the version of Pants configured for the repo (which you can also find
1620
in `pants.toml`).
1721

0 commit comments

Comments
 (0)