8.53.2. Wheel の構成
インストールプログラム: wheel
インストールディレクトリ: /usr/lib/python3.12/site-packages/wheel,
/usr/lib/python3.12/site-packages/wheel-0.42.0.dist-info
Wheel は Python wheel パッケージング標準に基づいた標準実装の Python ライブラリです。
以下のコマンドを実行して Wheel をコンパイルします。
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
以下のコマンドを実行して Wheel をインストールします。
pip3 install --no-index --find-links=dist wheel