4

I am using my mac Version :OSX El Capital 10.11.6 I tried this command

 protoc --version

its not working and I did this steps :

1. brew uninstall --devel protobuf
2. brew link libtool
3. brew install --devel protobuf

and not working is there any other method?

Saranjith
  • 11,242
  • 5
  • 69
  • 122
Beko Dam
  • 41
  • 1
  • 5

1 Answers1

3

Try to do:

brew link --force --overwrite protobuf

and then check --version again, It might because brew didn't make symbolic link of protoc it works to me

MMzztx
  • 243
  • 5
  • 15