Blame tests/p_python/0-install-python.sh

Christoph Galuschka 518959
#!/bin/bash
Christoph Galuschka 518959
# Author: Christoph Galuschka <christoph.galuschka@chello.at>
Christoph Galuschka 518959
Christoph Galuschka 518959
# Install python
Christoph Galuschka 518959
t_Log "Running $0 - installing python."
Christoph Galuschka 518959
Pablo Greco aee784
if [ "$centos_ver" -ge 8 ] ; then
Pablo Greco aee784
t_InstallPackage python36
Pablo Greco aee784
else
Christoph Galuschka 518959
t_InstallPackage python
Pablo Greco aee784
fi