Created
September 3, 2015 00:24
-
-
Save mmizutani/8cc2c8dc07b930b545a2 to your computer and use it in GitHub Desktop.
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
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