From 3e22b06efc770b34b4aa2bf37c0c98e053bd4edb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Wed, 10 Jun 2026 15:11:12 -0500 Subject: feat(install): add uv to the Python tooling set Fresh installs were skipping uv, so PEP 723 inline-script shebangs (#!/usr/bin/env -S uv run --script) failed with env: uv: No such file or directory. ratio and velox had it hand-installed. --- archsetup | 1 + 1 file changed, 1 insertion(+) diff --git a/archsetup b/archsetup index b44fe16..fad2fec 100755 --- a/archsetup +++ b/archsetup @@ -1999,6 +1999,7 @@ developer_workstation() { # Python pacman_install pyright # Python language server pacman_install pyenv # Python environment manager + pacman_install uv # Python package manager + PEP 723 inline-script runner # Shell pacman_install shellcheck # Shell script linter -- cgit v1.2.3