Open JumpingYang001 opened 6 years ago
From the code, I think here is what for python 2.6 support:
./configure --python-version=2.6
when building.@JumpingYang001 I marked the Python versions as beta support.
Indeed, you have to run ./configure
with --python-version=<python_version>
in order to switch to a different python version. The packages will be built only for that specific Python version, as a result if you check you will see that the package name will also contain "Python-
I saw @alinbalutoiu checked in Python 2.6 support in README, our build system are based on system with python2.7 default, so if we want to support Python 2.6, we might need to change build system again?
List python default version for all platforms: