Skip to content

distutils: default to python2, python can point to Python 3 now

Christoph Reiter requested to merge distutils-default-python2 into master

Python upstream now allows distributions to move "python" in PATH to mean Python 3. This breaks the distutils module which is defaulting to "python" when building Python 2 modules.

Use the more specific "python2" instead.

Fixes #33 (closed)

Merge request reports