From: Frederik Vanrenterghem Date: Wed, 9 Apr 2025 14:29:02 +0000 (+0800) Subject: Support uv Python package and project manager in Bash. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/HEAD?ds=sidebyside Support uv Python package and project manager in Bash. https://docs.astral.sh/uv/ --- 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"