Saturday, December 10, 2011

Installing Scala on Mac OS X Lion

Install MacPorts, then run these commands... (for installing version 2.9 of Scala)
sudo port install scala29
sudo scala_select scala29
scala -version
You might be prompted to install Java if you don't already have it.