KonVas
KonVas

Reputation: 267

Brew: Consider setting your PATH so that /usr/local/bin occurs before /usr/bin

I know this must be a tedious question to ask again. However, I am only bringing this up again as even when I run the oneliner command in terminal and restart my terminal it doesn't change anything. Running brew doctor again after restarting will throw the same warning. This is weird as I did the same thing to another machine and worked as a charm.

Thanks K.

Upvotes: 4

Views: 2038

Answers (1)

Navid
Navid

Reputation: 459

Open your terminal and type this code:

export PATH="/usr/local/bin:$PATH" >> ~/.bash_profile

then quit and restart your terminal and type this:

brew doctor

Upvotes: 3

Related Questions