Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

-bash: protoc: command not found

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?

like image 683
Beko Dam Avatar asked Oct 26 '25 10:10

Beko Dam


1 Answers

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

like image 143
MMzztx Avatar answered Oct 29 '25 06:10

MMzztx



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!