Following are steps to install and configure SCALA on Ubuntu:
- Download SCALA:
wget https://downloads.lightbend.com/scala/2.12.2/scala-2.12.2.tgz
- Extract downloaded file:
tar -xvzf scala-2.12.2.tgz
- Open Terminal and edit ~/.bashrc, insert following:
export SCALA_HOME=/home/schauhan/mywork/Tools/scala-2.12.2 export PATH=$SCALA_HOME/bin:$PATH
- Restart Terminal and enter:
> scala
- Successfully connected to scala
- Happy Coding!
Visit us at datopic, share your business ideas or connect to join datopic ride on data science and cloud and take deep dive into big data solutions.
Your Comment: