Blame SOURCES/README

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