I am trying out the Play Framework 2.3.2 using the offline installation with Typesafe Activator 1.2.3. Every piece of documentation tells me that it's using sbt under the covers to build and run projects.
Where is this sbt located/installed? Is it somewhere in the unzipped folder that contained the Activator installation?
How do I start sbt from command line? It's not on the PATH
as running locate sbt
finds nothing.