Estou enfrentando um problema ao executar o comando yum. Ao executar o comando yum, estou recebendo o erro abaixo:
-bash: /usr/bin/yum: /usr/libexec/platform-python: bad interpreter: No such file or directory.
Ao executar o subscription-manager, ele apresenta o erro abaixo:
ModuleNotFoundError: No module named 'pkg_resources'
As alterações que fiz foram remover o arquivo python3.6. O python3.11 está atualmente instalado no servidor e consigo usar o python3 sem problemas.
Existe alguma configuração pela qual eu possa apontar o yum/subscription-manager para o python3.11 e resolver esse problema?
Obrigado