Skip to content

Commit b6ba12b

Browse files
Avoid installing gmp when executing install-macos.sh (#2063)
* avoid installing gmp if it is already installed * fix * fix if * force gmp installation --------- Co-authored-by: Gabriel Bosio <38794644+gabrielbosio@users.noreply.github.com>
1 parent 49d3777 commit b6ba12b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

install-scripts/install-macos.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ source "$HOME/.cargo/env"
88
# Make sure Rust has been installed correctly
99
rustc --version
1010

11+
# Install pyenv
12+
brew install pyenv
13+
14+
# install gmp
15+
brew install --force gmp
1116
# Install uv
1217
curl -LsSf https://astral.sh/uv/install.sh | sh
1318

0 commit comments

Comments
 (0)