Skip to content

Instantly share code, notes, and snippets.

@rlerdorf
Created October 20, 2013 23:52
Show Gist options
  • Save rlerdorf/7076772 to your computer and use it in GitHub Desktop.
Save rlerdorf/7076772 to your computer and use it in GitHub Desktop.
% brew uninstall bison
% brew update
% brew versions bison
3.0 git checkout b744b43 /usr/local/Library/Formula/bison.rb
2.7.1 git checkout 804bcf6 /usr/local/Library/Formula/bison.rb
2.7 git checkout adf87c6 /usr/local/Library/Formula/bison.rb
% cd /usr/local
% git checkout 804bcf6 Library/Formula/bison.rb
% brew install bison
# Then make sure /usr/local/opt/bison/bin is early in your PATH when
# you configure and build PHP to use the newer bison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment