gpt
방법 1: IUS 저장소 이용 (권장)IUS(Inline with Upstream Stable) 저장소를 사용하면 Python 3.8을 쉽게 설치할 수 있습니다.1. IUS 저장소 설치bash복사편집sudo yum install -y https://repo.ius.io/ius-release-el7.rpm 2. Python 3.8 설치bash복사편집sudo yum install -y python38 3. 기본 Python 버전 변경 (선택)bash복사편집sudo alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 1 sudo alternatives --set python3 /usr/bin/python3.8 방법 2: 소스 코드 빌드최신 기..
카테고리 없음
2025. 3. 22.