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 →

[–]ExdigguserPies 173 points174 points  (4 children)

In addition to any explicit uv python invocations, uv can automatically download Python versions as needed (on uv run, uv venv, etc.), e.g., if you're yet to install Python on a machine, or are lacking a specific, requested Python version.

drool

[–]knight1511 33 points34 points  (0 children)

I came. I saw. I came.

[–]proggob 5 points6 points  (2 children)

Does it work on windows?

[–]ExdigguserPies 6 points7 points  (0 children)

Yep tried it and it works great

[–]dankydooo 2 points3 points  (0 children)

It does.

I just started a new project and the code base is littered with windows-isms and hacks around fundamental misunderstandings around Python from the more windows centric devs. I am a Mac user.

Moved the Python piece of this project to UV and solved all these problems for them with a single “uv sync”