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
Post a Comment