diff options
| -rw-r--r-- | .pyenv/version | 1 | ||||
| -rw-r--r-- | MacOS.md | 4 |
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 @@ -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 |
