ERROR: While Executing Gem ... (Gem::FilePermissionError)

[Solved] ERROR: While Executing Gem ... (Gem::FilePermissionError) | Ruby - Code Explorer | yomemimo.com
Question : ERROR: While executing gem ... (Gem::FilePermissionError)

Answered by : lior

export GEM_HOME="$HOME/.gem"
# then run your
gem install ...

Source : https://stackoverflow.com/questions/18599889/error-while-executing-gem-gemfilepermissionerror | Last Update : Wed, 16 Jun 21

Question : ERROR: While executing gem ... (Gem::FilePermissionError)

Answered by : snippets

sudo gem install -n /usr/local/bin cocoapods

Source : | Last Update : Sat, 07 May 22

Answers related to ERROR: While executing gem ... (Gem::FilePermissionError)

Code Explorer Popular Question For Ruby