Today I installed the curl
formula via homebrew
, but after installing it (and re-sourcing the shell) i noticed that :
% which curl
/usr/bin/curl
as a matter of fact, the output of brew install curl
stated that it was a keg-only formula, and that since curl
was already present in OS X, it didn't link it into Homebrew prefix, as that could cause unspecified problems.
Then it proceeds stating that
Generally there are no consequences of this for you
I would like to know:
- What sorts of problems exactly?
- What is the purpose of installing keg-only formulas via Homebrew? How can there be no consequences if the newly installed tool is not in the
PATH
?
LDFLAGS
andCPPFLAGS
. Took me a while to realize it’s printed for all keg-only formulae. The paragraph breaks don’t make it clear what the message pertains to. – duozmo