Python quickstart using uv: Difference between revisions

Tutorial on how to use uv on NixOS, and how to deal with the "Sure-to-happen" issue of not being able to run dynamically linked executables.
 
Line 1: Line 1:


= Tutorial: Quickstart with uv for Python on NixOS =
This guide shows the fastest way to install and use [https://github.com/astral-sh/uv uv] with Python on NixOS. It covers installation, project initialization, adding dependencies, and handling the most common error.
This guide shows the fastest way to install and use [https://github.com/astral-sh/uv uv] with Python on NixOS. It covers installation, project initialization, adding dependencies, and handling the most common error.