Skip to content

Instantly share code, notes, and snippets.

@yk-tanigawa
Last active October 28, 2015 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yk-tanigawa/93a2c0b855ff05a560c3 to your computer and use it in GitHub Desktop.
Save yk-tanigawa/93a2c0b855ff05a560c3 to your computer and use it in GitHub Desktop.
Scala install on mac book air
sudo port install scala2.11 scala2.11-docs
sudo port select --set scala scala2.11
$scalac -version
Scala compiler version 2.11.7 -- Copyright 2002-2013, LAMP/EPFL
$ fsc -version
Fast Scala compiler version 2.11.7 -- Copyright 2002-2013, LAMP/EPFL
$ scala -version
Scala code runner version 2.11.7 -- Copyright 2002-2013, LAMP/EPFL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment