-
-
Notifications
You must be signed in to change notification settings - Fork 34
Ruby
LeoTM edited this page Mar 13, 2026
·
23 revisions
- 2007 rvm (Shell) 🐌
- heavy shell modding
- 2011 rbenv (Shell)
- shims
- 2012 chruby (Shell) ⚡ updated 2 years ago
- minimal
- 2014 asdf (Go, Shell)
- shims
- 2019 frum (Rust) ⚡ updated 4 years ago
- native pre-compiled executable
-
frum install 3break -
brew install libyaml(and openssl?) -
frum install 3 --with-libyaml-dir=$(brew --prefix libyaml)success -
gem install cocoapodsbreak sudo chown -R $USER:$GROUP ~/.frum-
gem install cocoapodsbreak frum uninstall 3-
frum install 3 --with-libyaml-dir=$(brew --prefix libyaml) --with-openssl-dir=$(brew --prefix openssl)✅ -
gem install cocoapodssuccess - but now use
bundle install && bundle exec pod installinstead 👈
- 2023 mise