Created
March 21, 2017 12:35
-
-
Save timvlaer/721ba30f8fc6a7aac1b0190e132a4261 to your computer and use it in GitHub Desktop.
Install Thrift 0.9.3 with brew on macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew unlink thrift | |
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/9d524e4850651cfedd64bc0740f1379b533f607d/Formula/thrift.rb |
I believe this is failing again:
brew install [email protected]
Error: [email protected] has been disabled because it is a versioned formula!
#brew version
4.1.25-50-g2e9d7fb
#brew install [email protected]
Error: [email protected] has been disabled because it is a versioned formula!
and can not download from Forumla url
~ brew install [email protected]
Error: [email protected] has been disabled because it is a versioned formula! It was disabled on 2024-01-01.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This will install thrift 0.9.3.1 under
usr/local/opt/
If you need thrift under
usr/local/bin
, dobrew link [email protected]
(Caution. Check if there is already another version of thrift.)