I just installed the "Type Table" and now I'm trying to install SBT using the instructions of the SBT github page .
However, the SBT installer does not recognize that Scala is already installed, and is trying to download the new version:
ubuntu@ip-10-120-65-227 :~/bin$ sbt Getting Scala 2.9.1 (for sbt)... downloading http://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.9.1/scala-compiler-2.9.1.jar ... [SUCCESSFUL ] org.scala-lang
I would like to use the current version specified in $ SCALA_HOME. Does anyone know how to do this?
Current env settings:
$SCALA_HOME='/usr/local/typesafe-stack/bin/' $PATH='...:/usr/local/typesafe-stack/bin:...'
source share