Last active
December 21, 2015 02:58
-
-
Save hsanchez/6238292 to your computer and use it in GitHub Desktop.
installing Scala 2.10.x with homebrew
This file contains hidden or 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
| # installing the latest stable version: | |
| brew install scala --with-docs | |
| # switching versions (from https://github.com/mxcl/homebrew/wiki/External-Commands): | |
| brew switch scala 2.9.3 | |
| brew switch scala 2.10.2 | |
| # checking which scala version you're currently using: | |
| brew which scala | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment