From e06a302feac646a7c380bfd42dd76c39fd584b12 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Wed, 9 Apr 2025 22:29:02 +0800 Subject: [PATCH] Support uv Python package and project manager in Bash. https://docs.astral.sh/uv/ --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/.bashrc b/bash/.bashrc index 5a379c7..d64e937 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -50,3 +50,6 @@ append_path '/home/frederik/scripts' + +# uv +export PATH="/home/frederik/.local/bin:$PATH" -- 2.39.5