<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Uv on Bruce on AI Engineering</title><link>http://www.heyuan110.com/tags/uv/</link><description>Recent content in Uv on Bruce on AI Engineering</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 10 Apr 2026 10:00:00 +0800</lastBuildDate><atom:link href="http://www.heyuan110.com/tags/uv/index.xml" rel="self" type="application/rss+xml"/><item><title>uv in 2026: Why It Replaces pip, conda, and pyenv (With Decision Framework)</title><link>http://www.heyuan110.com/posts/python/2026-04-10-uv-python-package-manager/</link><pubDate>Fri, 10 Apr 2026 10:00:00 +0800</pubDate><guid>http://www.heyuan110.com/posts/python/2026-04-10-uv-python-package-manager/</guid><description>&lt;p&gt;&lt;img src="http://www.heyuan110.com/posts/python/2026-04-10-uv-python-package-manager/cover.webp"
 alt="uv Python package manager comparison guide covering uv vs pip conda pyenv"
 
 loading="lazy"
 decoding="async"
 fetchpriority="low"
 width="1200"
 height="630"
/&gt;
&lt;/p&gt;
&lt;p&gt;Python&amp;rsquo;s biggest pain point has never been the language itself — it is the tooling around it.&lt;/p&gt;
&lt;p&gt;Every Python developer has a horror story: &lt;code&gt;pip install&lt;/code&gt; that silently broke another project&amp;rsquo;s dependencies, &lt;code&gt;pyenv install&lt;/code&gt; that failed after five minutes of compilation because of a missing system library, or a &lt;code&gt;requirements.txt&lt;/code&gt; that worked on one machine but not another. The root cause is fragmentation: pip handles installation, virtualenv handles isolation, pyenv handles versions, pip-tools handles locking — four tools that were never designed to work together.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/astral-sh/uv"&gt;uv&lt;/a&gt; changes this equation. Built in Rust by &lt;a href="https://astral.sh/"&gt;Astral&lt;/a&gt; (the team behind Ruff), uv unifies package installation, virtual environment management, Python version management, and dependency locking into a single tool that runs 10-100x faster than pip. As of April 2026, it pulls &lt;a href="https://www.bitecode.dev/p/a-year-of-uv-pros-cons-and-should"&gt;75 million monthly downloads on PyPI&lt;/a&gt;, surpassing Poetry, and is becoming the default installer in CI environments. My position: &lt;strong&gt;for any new Python project in 2026, uv should be your starting point.&lt;/strong&gt;&lt;/p&gt;</description></item></channel></rss>