<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Environments on The Augmented Scholar</title><link>https://augmentedscholars.com/tags/environments/</link><description>Recent content in Environments on The Augmented Scholar</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 18 Jul 2026 16:33:26 +0400</lastBuildDate><atom:link href="https://augmentedscholars.com/tags/environments/index.xml" rel="self" type="application/rss+xml"/><item><title>Conda — Environments Beyond Python</title><link>https://augmentedscholars.com/tools/conda/</link><pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/conda/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Conda manages isolated environments containing not just Python packages but binaries: CUDA toolkits, GDAL, R, compilers. When a dependency has a C library underneath — common across scientific computing — conda (via conda-forge) installs what pip cannot.&lt;/p&gt;</description></item><item><title>uv — Python Packaging, 100x Faster</title><link>https://augmentedscholars.com/tools/uv/</link><pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate><guid>https://augmentedscholars.com/tools/uv/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;uv (from Astral, the Ruff team) collapses Python tooling into one fast binary: environment creation, dependency resolution, Python version management, and lockfiles. Resolution that took pip minutes takes uv seconds, and uv.lock pins your exact environment for anyone who clones the repo.&lt;/p&gt;</description></item></channel></rss>