Skip to content
LeoTM edited this page Oct 17, 2025 · 18 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 3 break
    • brew install libyaml
    • frum install 3 --with-libyaml-dir=$(brew --prefix libyaml) success
    • gem install cocoapods break
    • sudo chown -R $USER:$GROUP ~/.frum
    • gem install cocoapods break
    • frum uninstall 3
    • frum install 3 --with-libyaml-dir=$(brew --prefix libyaml) --with-openssl-dir=$(brew --prefix openssl) success
    • gem install cocoapods success
Clone this wiki locally