This commit is contained in:
ronivay
2020-05-11 17:01:19 +03:00
parent 1ea4db4232
commit db06c629ef

View File

@@ -120,7 +120,7 @@ function InstallDependenciesCentOS {
#determine which python package is needed. CentOS 7 requires python, 8 is python3
if [[ $OSVERSION == "8" ]]; then
PYTHON="python3"
PYTHON="python3"
else
PYTHON="python"
fi