fig-newtons
fig-newtons

Reputation: 59

Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP

Each time I run a brew command on the terminal, I continuously get this message:

Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

I've already set the variable export HOMEBREW_NO_INSTALL_CLEANUP=TRUE in ~/.zshrc.

Should HOMEBREW_NO_INSTALL_CLEANUP be set to false?

Thanks in advance.

Upvotes: 6

Views: 29518

Answers (1)

chenrui
chenrui

Reputation: 9886

I think it is your shell problem, export HOMEBREW_NO_INSTALL_CLEANUP=TRUE works for me in both terminal session as well as ~/.bash_profile (I am using bash).

You can validate your default shel by echo $SHELL.

Upvotes: 5

Related Questions