CMSeeK - problem with 2 versions of python
Centos has by default installed python version 2.7.x, but CMSeeK will work only with python 3.6 (didnt tried another). Regerding this article https://linuxize.com/post/how-to-install-python-3-on-centos-7/ I set up temporary scl enable rh-python36 bash but this solution is just temporary. So I tried even make enviroment, but it works similar as scl enable...