Install Scala on Linux without administrator permisisons -


instructions install scala on linux here, requires administrator permissions.

i working in shared environment without admin access. can install scala?

of course, install in home directory. download .tgz file here:

http://www.scala-lang.org/download/

then run tar xzf scala-[version].tgz

that create directory installation of scala. set environment variables accordingly (e.g. $scala_home directory uncompressed, , add bin subdirectory $path)/


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -