homebrew-delve icon indicating copy to clipboard operation
homebrew-delve copied to clipboard

Do not download golang package if it is installed already

Open renannprado opened this issue 7 years ago • 2 comments

I have a golang installed and in my PATH. I believe that the the formula should not try to install golang again if I have it installed (not through a formula).

renannprado avatar May 06 '17 22:05 renannprado

brew install has the --ignore-dependencies option. It's not ideal, but brew install --ignore-dependencies go-delve/delve/delve will, probably, work for you.

m1kola avatar Dec 10 '17 14:12 m1kola

+1 The Homebrew system should be smart enough to know I already have a dependency installed and should not attempt to download it again

utdrmac avatar Feb 21 '18 05:02 utdrmac