Just got the following message when running Pkg
:
Updating Homebrew...
==> Homebrew has enabled anonymous aggregate user behaviour analytics.
Read the analytics documentation (and how to opt-out) here:
https://git.io/brew-analytics
On the info-page, there are two opt-out options given. Either
export HOMEBREW_NO_ANALYTICS=1
or
brew analytics off
I’m not sure about the Julia policy on this; perhaps it’s fine that using Pkg
sends usage info to the Homebrew team. But perhaps it could be a bit easier for Pkg
users to opt out? (I, for one, am not even sure how to pipe commands through to the proper shell or environment, in order to reach the brew
used by Pkg
.)
Not a big deal, of course; if you’re using Pkg
or brew
, you’re going to be contacting servers with logs anyway.