strongself / Generamba

This codegenerator is too brilliant to be real!
MIT License
1.82k stars 183 forks source link

Can't install on MacOS HighSierra #229

Open davo301 opened 5 years ago

davo301 commented 5 years ago

My ruby version is "2.3.7p456" When I type "gem install generamba" I get the following error

ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /Library/Ruby/Gems/2.3.0 directory.

Leonif commented 5 years ago

sudo gem install generamba

davo301 commented 5 years ago

sudo gem install generamba

Doesn't work. Again issue with access, but logged in with admin user.

Leonif commented 5 years ago

I installed on to Mojave. Try to reinstall your OS or install Mojave

shengyang998 commented 5 years ago

try gem install generamba -n /usr/local or disable the SIP

st-small commented 4 years ago

I have a similar problem on Catalina 10.15.6 and fixed it using these commands:

brew update && brew upgrade
brew doctor