Package rh-python38 provides Python 3.8 interpreter with a set of extension
packages delivered as a Software Collection. For more information about
Software Collections, see the scl(1) man page. By installing the rh-python38
collection, you will get Python 3.8 interpreter and several extension packages
useful for web applications development.

Usage: scl enable rh-python38 'python'

Software Collections allow you to build and execute applications
which are not located in the filesystem root hierarchy,
but are stored in an alternative location, which is /opt/rh/rh-python38/root
in case of the rh-python38 collection.

Python is an interpreted, interactive, object-oriented programming
language often compared to Tcl, Perl, Scheme or Java. Python includes
modules, classes, exceptions, very high level dynamic data types and
dynamic typing. Python supports interfaces to many system calls and
libraries, as well as to various windowing systems (X11, Motif, Tk,
Mac and MFC).

When you want to work with the rh-python38 collection, use the scl
utility (see the scl(1) man page for usage) to enable the scl
environment.

Examples:
scl enable rh-python38 'command --arg'
  Run a specific command with the argument --arg within the rh-python38
  software collections environment.

scl enable rh-python38 'python'
  Run python from the rh-python38 software collection.

scl enable rh-python38 bash
  Run an interactive shell with the rh-python38 software collection enabled.

scl enable rh-python38 'man python'
  Show man pages for the python command, which is a part of the
  rh-python38 software collection.

Report bugs to <http://bugzilla.redhat.com>.
