Hacker News new | ask | show | jobs
by shlomo_z 581 days ago
uv python install 3.xx
1 comments

That is not global. From the uv getting started docs:

"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.

You could always just `alias python="uv run python"`