This patch series is based on the discussions we had with regards to use python -m venv to create python3 virtual machines. After this series, the script will be smarter when detecting python3 and python2. As I had to re-test it with different distributions, it also do several improvements and fixes at the detection logic and at the support for some distributions that I don't use (except when testing this script) and/or for some corner cases. --- v2: - Fixed a comment at patch 1/6, as pointed by Tim. Mauro Carvalho Chehab (6): scripts: sphinx-pre-install: improve distro detection check scripts: sphinx-pre-install: improve openSuse Tumbleweed check scripts: sphinx-pre-install: fix a dependency hint with Ubuntu 16.04 scripts: sphinx-pre-install: address some issues with Gentoo scripts: sphinx-pre-install: add support for OpenMandriva scripts: sphinx-pre-install: add support for python -m venv scripts/sphinx-pre-install | 168 +++++++++++++++++++++++++++---------- 1 file changed, 122 insertions(+), 46 deletions(-) -- 2.25.2