/sh
Last active
July 8, 2020 00:58
Scala Installation
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
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