Skip to content

Instantly share code, notes, and snippets.

@salmedina
Created March 21, 2022 07:09
Show Gist options
  • Save salmedina/1c042af63348e6b873248c8b16dd95ef to your computer and use it in GitHub Desktop.
Save salmedina/1c042af63348e6b873248c8b16dd95ef to your computer and use it in GitHub Desktop.
Gem install Permission Error
1. Install RVM
2. Set the gem folder in your shell resource file. I.e. .zshrc, .bashrc etc
```
export GEM_HOME="$HOME/.gem"
```
3. Install you gem gem i `LIBRARY_NAME`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment