The rh-scala210 package provides Scala 2.10.6 delivered as a Software
Collection. For more information about Software Collections, see the
scl(1) man page.

Installing the rh-scala210 Software Collection gets you Scala 2.10.6
with all required dependencies, including the Java Runtime Environment.

Usage: scl enable rh-scala210 'scala'

Software Collections allow you to build and execute applications which
are not located in the file system root hierarchy but instead are stored in
an alternative location. The location is /opt/rh/rh-scala210/root in
case of the rh-scala210 Software Collection.

Scala is a general purpose programming language designed to express
common programming patterns in a concise, elegant, and type-safe way.
It smoothly integrates features of object-oriented and functional
languages. It is also fully interoperable with Java.

When you want to start working with the rh-scala210 Software
Collection, use the scl utility to enable the scl environment.  See
the scl(1) man page for usage.

Examples:
scl enable rh-scala210 'command --arg'
  Run a specific command with the argument --arg from within the
  rh-scala210 Software Collection environment.

scl enable rh-scala210 'scala'
  Run scala from the rh-scala210 Software Collection.

scl enable rh-scala210 bash
  Run an interactive shell with the rh-scala210 Software Collection
  enabled.

scl enable rh-scala210 'man scala'
  Show man pages for the scala command, which is a part of the
  rh-scala210 Software Collection.

Report any bugs to <http://bugzilla.redhat.com>.
