I have a Admin user for serious stuff and a Standard user for daily tasks, including front-end development. On the Admin user, I can install Brew, RVM, Middleman etc. But on the Stardard user, where I plan to develop using Middleman, I can't install because of the permissions stuff.
Is there a way to work around this?
If I try this: $ sudo gem install middleman I get this: JoelCipriano is not in the sudoers file. This incident will be reported.
If I try this: gem install middleman I get this: ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions into the /Library/Ruby/Gems/1.8 directory.