Does uv support global Python install now? I need something like Mise for this.
replies(3):
"When Python is installed by uv, it will not be available globally (i.e. via the python command). Support for this feature is planned for a future release. In the meantime, use uv run or create and activate a virtual environment to use python directly."
So yes, one needs mise/asdf/pyenv or similar for global installs for now.