File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -272,6 +272,12 @@ New runtime versions may be added using ``py install``. One or more tags may be
272272specified, and the special tag ``default `` may be used to select the default.
273273Ranges are not supported for installation.
274274
275+ CPython publishes multiple runtime variants. ``PythonCore `` contains the
276+ standard CPython runtime. ``PythonTest `` additionally contains the test suite
277+ and debugging symbols. ``PythonEmbed `` contains the embeddable distribution for
278+ bundling Python into another application. These are variants published by
279+ CPython rather than features of the Python install manager itself.
280+
275281The ``--source=<URL> `` option allows overriding the online index that is used to
276282obtain runtimes. This may be used with an offline index, as shown in
277283:ref: `pymanager-offline `.
You can’t perform that action at this time.
0 commit comments