File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -158,21 +158,6 @@ In particular, this command installs the necessary packages:
158
158
brew install coreutils ed findutils gawk gnu-sed gnu-tar grep make jq
159
159
```
160
160
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
-
176
161
### Installing Required Software
177
162
178
163
#### GNU Development Tools
You can’t perform that action at this time.
0 commit comments