이전에 yum으로 설치한 /lib64/python3.6을 실수로 삭제했습니다. 이제 Yum이 손상되어 패키지를 설치할 수 없습니다. CentOS8에서 실행 중입니다. 소스에서 python3.10을 설치했습니다. 소스에서 python3.6을 설치하려고 시도하고 python3.6 디렉터리를 /lib64에 복사했지만 make 파일이 테스트에 실패했습니다. yum 명령을 실행하면 이 오류가 발생합니다. dnf를 실행해도 동일한 결과가 나타납니다.
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
Fatal Python error: Py_Initialize: Unable to get the locale encoding
ModuleNotFoundError: No module named 'encodings'
Current thread 0x00007f306e54cb80 (most recent call first):
Aborted (core dumped)
이 문제를 어떻게 해결할 수 있나요? 시간은 내 편이 아니다. 이 문제를 해결하는 가장 빠른 방법은 무엇입니까? 저는 CentO를 처음 사용합니다.