^ Linux From Scratch - Version 12.1-systemd ^^^ ^ Chapter 8. Installing Basic System Software ^^^ |[[.:122-flit-core-3.9.0|이전]] | [[.:08-installing_basic_system_software|위로]] / [[.:12.1|처음으로]] | [[.:124-setuptools-69.1.0|다음]]| |Flit-Core-3.9.0 | Setuptools-69.1.0| ---- ===== 8.53. Wheel-0.42.0 ===== Wheel은 파이썬 휠 패키징 표준을 구현한 파이썬 라이브러리입니다. * **빌드 시간:** 0.1 SBU 미만 * **디스크 용량:** 1.5 MB ----- ==== 8.35.1. Wheel 설치 ==== 다음과 같이 Wheel을 컴파일 합니다. pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD Wheel을 설치합니다. pip3 install --no-index --find-links=dist wheel ----- ==== 8.53.2 Wheel 패키지 구성 ==== * **설치된 프로그램:** \\ wheel * **설치된 디렉터리:** \\ /usr/lib/python3.12/site-packages/wheel and /usr/lib/python3.12/site-packages/wheel-0.42.0.dist-info === 간략한 설명=== * **wheel** \\ whee 아카이브를 압축, 해제, 변환하는 도구입니다.