Skip to content
Snippets Groups Projects
Commit 55f0e741 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

add information about overriging list of supported Python versions

parent 5e516658
No related branches found
No related tags found
No related merge requests found
......@@ -99,6 +99,16 @@ Examples:
* `*.pth` (removes .pth files from .../dist-packages/)
* `bar/baz.py 2.5` (removes .../python2.5/site-packages/bar/baz.py)
overriding supported / default Python versions
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you want to override system's list of supported Python versions or the
default one (f.e. to build a package that includes symlinks for older version
of Python or compile .py files only for given interpreter version), you can do
that via DEBPYTHON_SUPPORTED and/or DEBPYTHON_DEFAULT env. variables.
Example: "2.5,2.7" limits the list of supported Python versions to Python 2.5
and Python 2.7.
OPTIONS
=======
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment