Skip to content

Instantly share code, notes, and snippets.

@tobegit3hub
Created September 14, 2015 01:20
Show Gist options
  • Save tobegit3hub/c183079e098134372228 to your computer and use it in GitHub Desktop.
Save tobegit3hub/c183079e098134372228 to your computer and use it in GitHub Desktop.
wget http://downloads.typesafe.com/scala/2.10.5/scala-2.10.5.tgz
tar xzvf ./scala-2.10.5.tgz
mv scala-2.10.5 /usr/lib/

Edit .bashrc or .zshrc with these.

export SCALA_HOME=/usr/lib/scala-2.10.5
export PATH=$PATH:$SCALA_HOME/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment