File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -158,24 +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 ` .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
-
179
161
### Installing Required Software
180
162
181
163
#### GNU Development Tools
You can’t perform that action at this time.
0 commit comments