Created
October 28, 2015 20:25
-
-
Save phosphene/43a64dd38191d08109ba to your computer and use it in GitHub Desktop.
scala and sbt install on ubuntu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo wget www.scala-lang.org/files/archive/scala-2.11.7.deb | |
sudo dpkg -i scala-2.11.7.deb | |
sudo wget https://bintray.com/artifact/download/sbt/debian/sbt-0.13.9.deb | |
sudo dpkg -i sbt-0.13.9.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment