Skip to content

Instantly share code, notes, and snippets.

@anuaimi
Created November 27, 2012 22:06
Show Gist options
  • Save anuaimi/4157472 to your computer and use it in GitHub Desktop.
Save anuaimi/4157472 to your computer and use it in GitHub Desktop.
install scala on Mac OS X using Mac ports
sudo port install scala_select scala2.10
cd /opt/local/bin
sudo port select --set scala scala2.10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment