Blame SOURCES/README

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