로딩...

frum

ruby package manager rust 로 작성됨

~/.frum 디렉토리에 환경이 저장된다.

2022-01-07 결과적으로 되지 않아서 chruby + ruby-install 조합으로 갈아탐

brew install frum
ruby -v
frum install --list
frum install 3.0.3
frum local 3.0.3
frum uninstall 3.0.3
ruby -v

트러블슈팅

$ bundle install                                                           ok  20:28:16
Could not load OpenSSL.
You must recompile Ruby with OpenSSL support or change the sources in your Gemfile from 'https' to 'http'. Instructions for compiling with OpenSSL
using RVM are available at rvm.io/packages/openssl.
brew install openssl
frum uninstall [VERSION]
frum install [VERSION]