Feature #61321
centso 8 support
Status:
New
Priority:
Normal
Assignee:
Alexey Bobyr
Category:
Scalix Installer (rpm and deb based)
Target version:
Start date:
10/02/2019
Due date:
% Done:
0%
Estimated time:
Operation System:
Rhel8
Description
With Centos 8 pyhton not installed by default.
So for users we might help rather than exit with error.
Installer will ask for python2 instalation
[root@test scalix-12.8.0-GA]# ./shell.sh It seems that python is not installed in your system. Failed to set locale, defaulting to C Last metadata expiration check: 0:44:30 ago on Wed Oct 2 05:29:27 2019. Dependencies resolved. =========================================================================================================================================================================== Package Arch Version Repository Size =========================================================================================================================================================================== Installing: python2 x86_64 2.7.15-22.module_el8.0.0+32+017b2cba AppStream 107 k python2-pip noarch 9.0.3-13.module_el8.0.0+32+017b2cba AppStream 2.0 M Installing dependencies: python2-libs x86_64 2.7.15-22.module_el8.0.0+32+017b2cba AppStream 6.0 M python2-setuptools noarch 39.0.1-11.module_el8.0.0+32+017b2cba AppStream 643 k Transaction Summary =========================================================================================================================================================================== Install 4 Packages Total download size: 8.7 M Installed size: 36 M Is this ok [y/N]: y Downloading Packages: (1/4): python2-2.7.15-22.module_el8.0.0+32+017b2cba.x86_64.rpm 749 kB/s | 107 kB 00:00 (2/4): python2-setuptools-39.0.1-11.module_el8.0.0+32+017b2cba.noarch.rpm 1.8 MB/s | 643 kB 00:00 (3/4): python2-pip-9.0.3-13.module_el8.0.0+32+017b2cba.noarch.rpm 1.6 MB/s | 2.0 MB 00:01 (4/4): python2-libs-2.7.15-22.module_el8.0.0+32+017b2cba.x86_64.rpm 2.4 MB/s | 6.0 MB 00:02 --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 2.4 MB/s | 8.7 MB 00:03 Running transaction check Transaction check succeeded. Running transaction test Transaction test succeeded. Running transaction Preparing : 1/1 Installing : python2-libs-2.7.15-22.module_el8.0.0+32+017b2cba.x86_64 1/4 Installing : python2-pip-9.0.3-13.module_el8.0.0+32+017b2cba.noarch 2/4 Installing : python2-setuptools-39.0.1-11.module_el8.0.0+32+017b2cba.noarch 3/4 Installing : python2-2.7.15-22.module_el8.0.0+32+017b2cba.x86_64 4/4 Running scriptlet: python2-2.7.15-22.module_el8.0.0+32+017b2cba.x86_64 4/4 Verifying : python2-2.7.15-22.module_el8.0.0+32+017b2cba.x86_64 1/4 Verifying : python2-libs-2.7.15-22.module_el8.0.0+32+017b2cba.x86_64 2/4 Verifying : python2-pip-9.0.3-13.module_el8.0.0+32+017b2cba.noarch 3/4 Verifying : python2-setuptools-39.0.1-11.module_el8.0.0+32+017b2cba.noarch 4/4 Installed: python2-2.7.15-22.module_el8.0.0+32+017b2cba.x86_64 python2-pip-9.0.3-13.module_el8.0.0+32+017b2cba.noarch python2-libs-2.7.15-22.module_el8.0.0+32+017b2cba.x86_64 python2-setuptools-39.0.1-11.module_el8.0.0+32+017b2cba.noarch Complete!
if system has python3 by default installer will exit
Error: Python 3.6.8 is not supported, betwee version 2.2.2 and 2.9.9. Aborting.