차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
linuxfromscratch:12.1:122-flit-core-3.9.0 [2024/06/11 20:36] – baecy | linuxfromscratch:12.1:122-flit-core-3.9.0 [2024/06/11 20:48] (현재) – [8.52.2. Flit-Core 패키지 구성] baecy | ||
---|---|---|---|
줄 1: | 줄 1: | ||
- | 8.52. Flit-Core-3.9.0 | + | ^ Linux From Scratch - Version 12.1-systemd |
- | Flit-core는 Flit(간단한 Python 모듈을 | + | ^ Chapter |
+ | |[[.:121-python-3.12.2|이전]] | ||
- | 대략적인 빌드 시간: | + | |Python-3.12.2 | Wheel-0.42.0| |
- | 0.1 SBU 미만 | + | |
- | 필요한 디스크 공간: | + | |
- | 1.6 MB | + | |
- | 8.52.1. Flit-Core 설치 | + | |
- | 패키지를 빌드합니다: | + | |
- | pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD | + | ---- |
- | 패키지를 설치합니다: | + | |
- | pip3 install | + | ===== 8.52. Flit-Core-3.9.0 ===== |
- | pip3 구성 옵션 및 명령의 의미: | + | |
- | wheel | + | Flit-core는 Flit(Python 모듈을 위한 |
- | 이 명령은 이 패키지의 휠 아카이브를 | + | |
- | -w dist | + | * **빌드 시간:** 0.1 SBU 미만 |
- | 생성된 휠을 dist 디렉터리에 넣도록 pip에 지시합니다. | + | * **디스크 공간:** 1.6 MB |
- | --no-cache-dir | + | ---- |
- | pip가 생성된 휠을 / | + | |
- | install | + | ==== 8.52.1. Flit-Core 설치 ==== |
- | 이 명령은 | + | |
+ | 패키지를 빌드합니다. | ||
+ | |||
+ | <code bash> | ||
+ | pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD | ||
+ | </ | ||
+ | |||
+ | 패키지를 설치합니다. | ||
+ | |||
+ | <code bash> | ||
+ | pip3 install --no-index --no-user --find-links dist flit_core | ||
+ | </ | ||
- | --no-build-isolation, | + | === pip3 옵션 설명 === |
- | 이러한 | + | |
- | --find-links dist | + | * **wheel** \\ 패키지의 휠 아카이브를 빌드합니다. |
- | pip가 dist 디렉터리에서 휠 아카이브를 검색하도록 지시합니다. | + | * //-w dist// \\ 생성된 휠을 '' |
+ | * // | ||
+ | * **install** \\ 패키지를 설치합니다. | ||
+ | * // | ||
+ | * //--find-links dist// \\ pip가 dist 디렉터리에서 휠 아카이브를 검색하도록 지시합니다. | ||
- | 8.52.2. 플릿-코어의 내용 | + | ---- |
- | 설치된 디렉터리: | + | |
- | / | + | |
- | *** Translated with www.DeepL.com/ | + | |
+ | ==== 8.52.2. Flit-Core 패키지 구성 ==== | ||
+ | * **설치된 디렉터리: |