Hacker News new | ask | show | jobs
by ath3nd 461 days ago
I worked in a large-ish org where 20+ python projects, their CI/CD pipelines and their docker images were migrated from `pyenv` + `.python-version` + `requirements.txt` to `uv` in basically a single day.

If you are comfortable with `pyenv`, the switch to `uv` is basically a walk in the park. The benefit is the speed + the predictable dependencies resolution.

1 comments

Astral ships a Docker image that provides their tox-uv. I saw maybe a 3x speed up setting up environments.