Skip to content

Instantly share code, notes, and snippets.

@OmarLatrach
Last active July 8, 2020 00:58
Scala Installation
wget https://downloads.lightbend.com/scala/2.12.11/scala-2.12.11.tgz
tar xvf scala-2.12.11.tgz
sudo mv scala-2.12.11 /usr/local/scala
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment