Skip to content

Instantly share code, notes, and snippets.

@wertlex
Last active December 17, 2015 06:09
Show Gist options
  • Save wertlex/5563285 to your computer and use it in GitHub Desktop.
Save wertlex/5563285 to your computer and use it in GitHub Desktop.
wget http://www.scala-lang.org/downloads/distrib/files/scala-2.10.1.tgz
tar xzf scala-2.10.1.tar.gz
mv scala-2.10.1 /opt/scala/scala-2.10.1
echo 'PATH="/opt/scala/scala-2.10.1/bin:$PATH"' >> ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment