Skip to content

Instantly share code, notes, and snippets.

@tonydeng
Last active January 10, 2024 17:05
Show Gist options
  • Save tonydeng/02e571f273d6cce4230dc8d5f394493c to your computer and use it in GitHub Desktop.
Save tonydeng/02e571f273d6cce4230dc8d5f394493c to your computer and use it in GitHub Desktop.
Install Thrift 0.11.0 with brew on macOS
#!/bin/bash
brew unlink thrift
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/4ba654c6d99b3b6804dd3843546a9dcbb700188b/Formula/thrift.rb
@Jap8nted
Copy link

Jap8nted commented Jan 10, 2024

Hi, when I run
brew extract --version='0.11.0' thrift $USER/local-tap
I get:
No available formula with the name "homebrew/core/thrift".

What could be the reason?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment