Download:
# wget http://www.scala-lang.org/files/archive/scala-2.10.3.tgz
Extract:
# tar xvf scala-2.10.3.tgz
Add environment variables:
# vi /etc/profile
Add the following parameter:
export SCALA_HOME=/usr/scala/scala-2.10.3
export PATH=$PATH:$SCALA_HOME/bin
The environment variables to take effect:
# source /etc/profile
Leave a Reply