From 30a4b7e66095a5313a69a08c3d5fb9ef972ad31c Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 4 Nov 2025 00:08:26 +0100 Subject: Update old MacOS instructions for python uv --- MacOS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MacOS.md') diff --git a/MacOS.md b/MacOS.md index 5a2aff6..29d3f14 100644 --- a/MacOS.md +++ b/MacOS.md @@ -82,8 +82,8 @@ rbenv install $(cat ~/.rc/.rbenv/version) #### Setup python ```bash -brew install pyenv -pyenv install $(cat ~/.rc/.pyenv/version) +brew install uv +uv install $(cat ~/.rc/.pyenv/version) ``` #### Setup GO -- cgit v1.2.3