Installing stand alone command line tools
https://packaging.python.org/en/latest/guides/installing-stand-alone-command-line-tools/
訳
スタンドアローンのコマンドラインツールをインストールする
#pipx
#Python_Packaging_User_Guide
pipx install
pipx run
pipx also allows you to install and run the latest version of an application in a temporary, ephemeral environment.
👉
2.2 pipxによるアプリケーションのインストール