차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

다음 판
이전 판
linuxfromscratch:12.1:123-wheel-0.42.0 [2024/05/27 12:25] – 만듦 - 바깥 편집 127.0.0.1linuxfromscratch:12.1:123-wheel-0.42.0 [2024/06/11 20:50] (현재) – [8.53. Wheel-0.42.0] baecy
줄 1: 줄 1:
 +^  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을 컴파일 합니다.
 +
 +<code bash>
 +pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
 +</code>
 +
 +Wheel을 설치합니다.
 +
 +<code bash>
 +pip3 install --no-index --find-links=dist wheel
 +</code>
 +
 +-----
 +
 +==== 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 아카이브를 압축, 해제, 변환하는 도구입니다.
  • linuxfromscratch/12.1/123-wheel-0.42.0.1716812714.txt.gz
  • 마지막으로 수정됨: 2024/05/27 12:25
  • 저자 127.0.0.1