diff options
Diffstat (limited to 'MacOS.md')
| -rw-r--r-- | MacOS.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
