2.3. 개발자를 위한 추가 Python 3 툴 설치
개발자용 추가 Python 툴은 대부분 CodeReady Linux Builder(CRB) 리포지토리를 통해 배포됩니다.
python3-pytest
패키지 및 해당 종속 항목은 AppStream 리포지토리에서 사용할 수 있습니다.
CRB 리포지토리에는 다음과 같은 패키지가 포함되어 있습니다.
-
python3*-idle
-
python3*-debug
-
python3*-Cython
-
python3.11-pytest
및 해당 종속 항목 -
python3.12-pytest
및 해당 종속성.
CodeReady Linux Builder 리포지토리의 콘텐츠는 Red Hat에서 지원하지 않습니다.
모든 업스트림 Python이 RHEL에서 제공되는 것은 아닙니다.
CRB 리포지토리에서 패키지를 설치하려면 다음 절차를 사용하십시오.
절차
CodeReady Linux Builder 리포지토리를 활성화합니다.
# subscription-manager repos --enable codeready-builder-for-rhel-9-x86_64-rpms
python3*-Cython
패키지를 설치합니다.Python 3.9 의 경우:
# dnf install python3-Cython
Python 3.11 의 경우:
# dnf install python3.11-Cython
Python 3.12 의 경우:
# dnf install python3.12-Cython