Skip to content

Commit 7169158

Browse files
committed
docs(devel): remove section on adding GNUBINS to path
1 parent e7db7db commit 7169158

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

contributors/devel/development.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -158,21 +158,6 @@ In particular, this command installs the necessary packages:
158158
brew install coreutils ed findutils gawk gnu-sed gnu-tar grep make jq
159159
```
160160

161-
You will want to include this block or something similar at the end of
162-
your `.zshrc` or shell init script:
163-
164-
```sh
165-
GNUBINS=($(find `brew --prefix`/opt -type d -follow -name gnubin -print))
166-
for bindir in ${GNUBINS[@]}
167-
do
168-
export PATH="$bindir:$PATH"
169-
done
170-
```
171-
172-
This ensures that the GNU tools are found first in your path. Note
173-
that shell init scripts work a little differently for
174-
macOS. [This article can help you figure out what changes to make.](https://scriptingosx.com/2017/04/about-bash_profile-and-bashrc-on-macos/)
175-
176161
### Installing Required Software
177162

178163
#### GNU Development Tools

0 commit comments

Comments
 (0)