summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-11-04 00:08:26 +0100
committerAhmed Abdelhalim <[email protected]>2025-11-04 00:08:26 +0100
commit30a4b7e66095a5313a69a08c3d5fb9ef972ad31c (patch)
tree44e4eded3d38f651e82efdce9ac6b2f4988a4b5a
parentddfee246cdf8b15edd1ab64c83884c5ffd263af1 (diff)
Update old MacOS instructions for python uv
-rw-r--r--.pyenv/version1
-rw-r--r--MacOS.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/.pyenv/version b/.pyenv/version
new file mode 100644
index 0000000..976544c
--- /dev/null
+++ b/.pyenv/version
@@ -0,0 +1 @@
+3.13.7
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