Skip to content

Instantly share code, notes, and snippets.

@pnegri
Created October 8, 2012 22:01
Show Gist options
  • Save pnegri/3855275 to your computer and use it in GitHub Desktop.
Save pnegri/3855275 to your computer and use it in GitHub Desktop.
Install SBT and Scala
cd ~
wget http://typesafe.artifactoryonline.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch/0.12.0/sbt-launch.jar
sudo mv sbt-launch.jar /usr/local/bin/sbt-launch.jar
echo "java -Xmx512M -jar /usr/local/bin/sbt-launch.jar \"\$@\"" | sudo tee /usr/local/bin/sbt
sudo chmod +x /usr/local/bin/sbt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment