Commit 317ba3a
committed
Detect Homebrew location for Intel support
The hardcoded `/opt/homebrew/bin/brew` path only works on
Apple Silicon Macs. Intel Macs install Homebrew to
`/usr/local/bin/brew`. Check both paths before eval-ing
shellenv.
Closes #7811 parent 0db29b2 commit 317ba3a
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
38 | 42 | | |
39 | 43 | | |
40 | 44 | | |
| |||
0 commit comments