From 71a27b1b91a6c5cb20e97bb7d7e98ef4afe97259 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Fri, 6 Feb 2026 20:27:27 -0500 Subject: [PATCH] add uv notes --- active/software_uv/uv.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 active/software_uv/uv.md diff --git a/active/software_uv/uv.md b/active/software_uv/uv.md new file mode 100644 index 0000000..4b60a8a --- /dev/null +++ b/active/software_uv/uv.md @@ -0,0 +1,11 @@ +# UV + +## Notes + +```bash +# Install a specific version +uv python install 3.14 + +# Initialize a package +uv init --package . +```