Skip to content

Commit

Permalink
Fix installing ruby on Apple Silicone with libyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
carhartl committed Mar 2, 2023
1 parent 0358a41 commit f6e021e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/rtx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ rtx global kubectl@1.25.5
rtx global nodejs@system
rtx install python@3.9.4
rtx global python@3.9.4
export RUBY_CONFIGURE_OPTS=--with-libyaml-dir=/opt/homebrew/opt/libyaml
rtx install ruby@3.2.1
rtx global ruby@3.2.1

0 comments on commit f6e021e

Please sign in to comment.