You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It wanted me to run sudo gem install rails but that sounded like a bad idea.
My solution:
I installed the Frum Ruby version manager. These instructions were helpful.
Switching global Ruby from the Homebrew installation to the Frum installation using frum global 3.1.1 (or whatever is the latest Ruby version) allowed me to use gem install railswithoutsudo.
The text was updated successfully, but these errors were encountered:
gem install rails
permissions error:It wanted me to run
sudo gem install rails
but that sounded like a bad idea.My solution:
I installed the Frum Ruby version manager. These instructions were helpful.
Switching global Ruby from the Homebrew installation to the Frum installation using
frum global 3.1.1
(or whatever is the latest Ruby version) allowed me to usegem install rails
withoutsudo
.The text was updated successfully, but these errors were encountered: