#### Other tools
- [pymanager install](https://peps.python.org/pep-0773/#install-subcommand)
- [`uv python`](https://docs.astral.sh/uv/reference/cli/#uv-python)
- [`poetry python`](https://python-poetry.org/docs/cli/#python)
- [`hatch python`](https://hatch.pypa.io/latest/cli/reference/#hatch-python)
- [`pdm python`](https://pdm-project.org/latest/reference/cli/#python) ([`pdm py`](https://pdm-project.org/latest/reference/cli/#py))
#### Purpose
Install/manage Python interpreters.
#### Notes
- Worry about anything other than CPython?
- PyPy?
- Any builds other than the native CPU?
- WASI?