I write about technology, gnu/linux, startups, cooking, hicking, blues and mooore !
All You Need to Know About UV
I’ve been working with uv for over a year now, and honestly, it’s awesome! It gradually replaced my Python ecosystem tools one after another, and at this point, I rely on it for nearly everything. Since, uv is relatively “new”, I decided to write a quick blogpost about it. Let’s dig in. Python versions: replacing pyenv First things first: Python versions! pyenv is a great tool and a very powerful piece of the Python ecosystem. However, it can be quite complicated to set up, especially if you’re not a Python developer. ...