Skip to content

Instantly share code, notes, and snippets.

@hsanchez
Last active December 21, 2015 02:58
Show Gist options
  • Select an option

  • Save hsanchez/6238292 to your computer and use it in GitHub Desktop.

Select an option

Save hsanchez/6238292 to your computer and use it in GitHub Desktop.
installing Scala 2.10.x with homebrew
# 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