Blame SOURCES/README

be9dcc
Package %{scl_name} provides Python 2.7 interpreter with a set of extension
be9dcc
packages delivered as a Software Collection. For more information about
be9dcc
Software Collections, see the scl(1) man page. By installing the %{scl_name}
be9dcc
collection, you will get Python 2.7 interpreter and several extension packages
be9dcc
useful for web applications development.
be9dcc
be9dcc
Usage: scl enable %{scl} 'python'
be9dcc
be9dcc
Software Collections allow you to build and execute applications
be9dcc
which are not located in the filesystem root hierarchy,
be9dcc
but are stored in an alternative location, which is %{_scl_root}
be9dcc
in case of the %{scl_name} collection.
be9dcc
be9dcc
Python is an interpreted, interactive, object-oriented programming
be9dcc
language often compared to Tcl, Perl, Scheme or Java. Python includes
be9dcc
modules, classes, exceptions, very high level dynamic data types and
be9dcc
dynamic typing. Python supports interfaces to many system calls and
be9dcc
libraries, as well as to various windowing systems (X11, Motif, Tk,
be9dcc
Mac and MFC).
be9dcc
be9dcc
When you want to work with the %{scl_name} collection, use the scl
be9dcc
utility (see the scl(1) man page for usage) to enable the scl
be9dcc
environment.
be9dcc
be9dcc
Examples:
be9dcc
scl enable %{scl_name} 'command --arg'
be9dcc
  Run a specific command with the argument --arg within the %{scl_name}
be9dcc
  software collections environment.
be9dcc
be9dcc
scl enable %{scl_name} 'python'
be9dcc
  Run python from the %{scl_name} software collection.
be9dcc
be9dcc
scl enable %{scl_name} bash
be9dcc
  Run an interactive shell with the %{scl_name} software collection enabled.
be9dcc
be9dcc
scl enable %{scl_name} 'man python'
be9dcc
  Show man pages for the python command, which is a part of the
be9dcc
  %{scl_name} software collection.
be9dcc
be9dcc
Report bugs to <http://bugzilla.redhat.com>.