How do I add use the make installed using homebrew instead of the macOS included make?

unbeatable101

I want to use the newer version of it (4.3) that I installed with homebrew, but my mac has 3.81 installed already and I can't remove it.

MadScientist

Read the homebrew description of GNU make:

GNU "make" has been installed as "gmake". If you need to use it as "make", you can add a "gnubin" directory to your PATH from your bashrc like:

PATH="$(brew --prefix)/opt/make/libexec/gnubin:$PATH"

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How do I use the python3 version that is installed in Homebrew instead of the one that is installed in the Library?

How do I make Openshift to use Express 4, instead of its installed Express 3?

Using several included php pages, how do I make a layout?

how do I make wxWidgets (using golang) repaint window on MacOS?

Git in Terminal is using my real name for commits, how do I make it use my username instead?

How do I make Alien use an existing tarball instead of downloading?

How to make pip see packages installed with homebrew?

How to make Thonny use installed Python 3.9 (macos)?

How can I make homebrew's cmake to use system clang

How do I update Visual Studio Code installed using Ubuntu Make?

How can I make Homebrew and CocoAspell coexist?

How do I make an array add up?

How to make sure I use the latest installed kernel?

How do I check the packages installed with make command?

How do I make java default to a manually installed JRE/JDK?

How do I make installed antiviruses detect a program?

How do I make Dash only show installed applications by default?

How do I make my own website able to be installed?

How do I make Heroku use node 14.x instead of 12.x?

How do I make an app use a module outside of its own folder, by linking to it (instead of copying)?

Sometimes it's convenient to use ` read -t 3 ` instead of ` sleep 3 `. How do I make it work with `nohup`?

How do I make my Dockerfile use base images from ECR registry instead of Dockerhub?

How do I make a default button in macOS SwfitUI?

How do I make Python 3.5 my default version on MacOS?

How do I make a macOS button become highlighted (blue)?

How do I make a python file executable on macOS Sierra?

How can I make packages installed using Poetry accessible in Docker?

How do I make XTerm not use bold?

How do I make HttpURLConnection use a proxy?