go-delve / homebrew-delve

Homebrew formula for the Delve Go debugger
Apache License 2.0
48 stars 13 forks source link

Do not download golang package if it is installed already #13

Open renannprado opened 7 years ago

renannprado commented 7 years ago

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).

m1kola commented 6 years ago

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.

utdrmac commented 6 years ago

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