Ruby on Rails in 10 Days - 1 일차
My Mac is M1 Pro and macOS : Sequoia 15.3.1 Ruby on Rails8 기반 $ brew install rbenv ruby-build$ echo 'if which rbenv > /dev/null; then eval "$(rbenv init - )"; fi' >> ~/.zshrc$ source ~/.zshrc# " If rbenv installation error occurs... // 만약 rbenv 설치오류가 발생한다면... "$ brew install libyaml Or $ brew reinstall libyaml$ rbenv install 3.4.2. // Ruby 3.4.2 설치$ rbenv global 3.4.2$ rbenv rehash$ gem ins..
2025.03.14