Skip to content
This repository has been archived by the owner on Sep 20, 2018. It is now read-only.

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

Open
renannprado opened this issue May 6, 2017 · 2 comments
Open

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

renannprado opened this issue May 6, 2017 · 2 comments

Comments

@renannprado
Copy link

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
Copy link

m1kola commented Dec 10, 2017

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
Copy link

utdrmac commented Feb 21, 2018

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants