linuxfromscratch:12.1:123-wheel-0.42.0

Linux From Scratch - Version 12.1-systemd
Chapter 8. Installing Basic System Software
이전 위로 / 처음으로 다음
Flit-Core-3.9.0 Setuptools-69.1.0

Wheel은 파이썬 휠 패키징 표준을 구현한 파이썬 라이브러리입니다.

  • 빌드 시간: 0.1 SBU 미만
  • 디스크 용량: 1.5 MB

다음과 같이 Wheel을 컴파일 합니다.

pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD

Wheel을 설치합니다.

pip3 install --no-index --find-links=dist 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.txt
  • 마지막으로 수정됨: 2024/06/11 20:50
  • 저자 baecy