Skip to content

Instantly share code, notes, and snippets.

@diegopacheco
Created October 10, 2016 19:15
Show Gist options
  • Save diegopacheco/ee621e8106d0736f21f2d0a6c46261f2 to your computer and use it in GitHub Desktop.
Save diegopacheco/ee621e8106d0736f21f2d0a6c46261f2 to your computer and use it in GitHub Desktop.
How to Install Scala 2.11 on AWS Linux | CentOS Based?
wget http://downloads.typesafe.com/scala/2.11.6/scala-2.11.6.tgz
tar -xzvf scala-2.11.6.tgz
rm -rf scala-2.11.6.tgz
vim ~/.bashrc
export SCALA_HOME=/home/ec2-user/scala-2.11.6
export PATH=$PATH:/home/ec2-user/scala-2.11.6/bin
source ~/.bashrc
@MichaelTuchman
Copy link

403'd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment