Blame SOURCES/README

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