py3versions
print python3 version information
SYNOPSIS
py3versions [-h] [-v] [
DESCRIPTION
py3versions prints information about installed, supported python3 run‐ times, the default runtime, and parses the information of the Python‐ Version fields in the package control file for Python3.
OPTIONS
-d, --default
Show the default python3 version.
-s, --supported
Show the supported python3 versions. List is lowest version to
highest version with the default version last (e.g. python3.4
python3.6 python3.5 if python3.4, 3.5, and 3.6 are supported,
but python3.5 is the default python3).
-r, --requested [
SEE ALSO
Python policy.
AUTHOR
Matthias Klose PY3VERSIONS()