Skip to content

Instantly share code, notes, and snippets.

@mmizutani
Created September 3, 2015 00:24
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mmizutani/8cc2c8dc07b930b545a2 to your computer and use it in GitHub Desktop.
Save mmizutani/8cc2c8dc07b930b545a2 to your computer and use it in GitHub Desktop.
Homebrew - Scala 2.10.4
Install Tapped version of Scala 2.10.4 (old version)
> brew install homebrew/versions/scala210
Unlink version of Scala 2.11 (if installed)
> brew unlink scala
Link Tapped version of Scala 2.10.4
> brew link scala210 --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment