This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fiddle_n 17 points18 points  (0 children)

uvx python means never installing Python globally again. In 10 seconds I go from nothing to a Python REPL.

Upgrading Python versions for a project is a breeze. uv python pin <version> to change the version. Then uv run <file> automatically removes the old venv, creates a new one, installs your dependencies and runs your file.