^ Linux From Scratch - Version 12.1-systemd ^^^ ^ Chapter 8. Installing Basic System Software ^^^ |[[.:123-wheel-0.42.0|이전]] | [[.:08-installing_basic_system_software|위로]] / [[.:12.1|처음으로]] | [[.:125-Ninja-1.11.1|다음]]| |Wheel-0.42.0 | Ninja-1.11.1| ---- ===== 8.54. Setuptools-69.1.0 ===== Setuptools는 파이썬 패키지의 다운로드, 빌드, 설치, 업그레이드, 제거에 사용되는 도구입니다. * **빌드 시간:** 0.1 SBU 미만 \\ * **디스크 용량:** 20 MB ----- ==== 8.54.1. Setuptools 설치 ==== 패키지를 빌드합니다. pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD 패키지를 설치합니다. pip3 install --no-index --find-links dist setuptools ----- ==== 8.54.2. 패키지 구성 ==== * **설치된 디렉토리:** \\ /usr/lib/python3.12/site-packages/_distutils_hack, /usr/lib/python3.12/site-packages/pkg_resources, /usr/lib/python3.12/site-packages/setuptools, and /usr/lib/python3.12/site-packages/setuptools-69.1.0.dist-info