Blame SOURCES/README

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