https://mise.jdx.dev/getting-started.html
brew install mise
zsh の場合
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
bash の場合
echo 'eval "$(mise activate bash)"' >> ~/.bash_profile
Python の 3.x をインストールします。
mise use -g python@3
mise use -g uv@latest