Skip to content

Instantly share code, notes, and snippets.

@k33g
Created September 22, 2012 04:12
Show Gist options
  • Save k33g/3765084 to your computer and use it in GitHub Desktop.
Save k33g/3765084 to your computer and use it in GitHub Desktop.
Scala

#Scala

#Installation (OSX à adapter)

  • download http://www.scala-lang.org/downloads

  • dézipper

  • Variables d'environnement :

      sudo pico ~/.bash_profile
    
  • puis

      SCALA_HOME=/Users/k33g_org/scala-2.10.0-M7; export SCALA_HOME
      export PATH=$PATH:$SCALA_HOME/bin
    
  • SBT : brew install sbt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment