Skip to content

Commit 08ef11a

Browse files
authored
Merge pull request #8392 from gawbul/patch-1
Remove add gnu bins to path
2 parents cfbbf0d + 7169158 commit 08ef11a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

contributors/devel/development.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -158,24 +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 `.bashrc` or shell init script:
163-
164-
```sh
165-
GNUBINS="$(find `brew --prefix`/opt -type d -follow -name gnubin -print)"
166-
167-
for bindir in ${GNUBINS[@]}
168-
do
169-
export PATH=$bindir:$PATH
170-
done
171-
172-
export PATH
173-
```
174-
175-
This ensures that the GNU tools are found first in your path. Note
176-
that shell init scripts work a little differently for
177-
macOS. [This article can help you figure out what changes to make.](https://scriptingosx.com/2017/04/about-bash_profile-and-bashrc-on-macos/)
178-
179161
### Installing Required Software
180162

181163
#### GNU Development Tools

0 commit comments

Comments
 (0)