My Python setup, December 2025
chrisamico.com·1d·
Discuss: Hacker News
Astral Tools
Preview
Report Post

I’m at the point where I’m migrating all my projects to uv, and new Python projects don’t use any other package manager.

I finally got around to migrating this site to use it, using the very handy migrate-to-uv tool. So it’s time to update my recommended Python setup.

My old Python setup was very much built around the complications of managing environments and dependencies, and the conflicting set of tools to deal with those two problems. There are still a few places where I’ll use pipx, but otherwise everything is on uv.

This guide is still aimed at a recent Apple or Linux computer, or [WSL](https://learn.microso…

Similar Posts

Loading similar posts...