Welcome, Guest. Please login or register.
Did you miss your activation email?
Pages: [1]   Go Down
  Print  
Author Topic: Installing latest Scala on Ubuntu 9.04  (Read 2637 times)
0 Members and 1 Guest are viewing this topic.
jurka
Moderator
Member
*
*

Reputation: 5
Offline Offline
Posts: 188
Referrals: 0

Awards
« on: September 20, 2009, 11:50:25 AM »

Thank you all from #scala, users who are really friendly and help anyone. Actually it is easy to do, even simpler then reading windows next -> next -> finish buttons.

Go to Scala's homepage and download latest Scala's tar ball or..
..open console and copy there
Code:
wget http://www.scala-lang.org/downloads/distrib/files/scala-2.7.6.final.tgz && tar -zxvf scala-2.7.6.final.tgz

Now we need to setup the PATH, ill use vim as my text editor, but you can use gedit or whatever you like to use. Add this line there
Code:
PATH=$PATH:/home/YOURNAME/scala-2.7.6.final/bin/
export PATH
Close the shell and open it again, write scala or scala -version both should show if the right version is installed.
Logged
Pages: [1]   Go Up
  Print  
 
Jump to:  

Your Ad Here