Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see の解決方法(AWS Cloud9)
AWS Cloud9環境で以下のエラーが出るときの解決方法
同じエラーで2回スタックしたので備忘録的に。。。
Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see:
https://github.com/rvm/rvm/issues/3212
~/.bashrc
ファイルに以下の行を追加する。
export PATH=$PATH':/path/to/add'
export GEM_HOME=$HOME/.gem
export GEM_PATH=$HOME/.gem
ターミナルでvi ~/.bashrc
と打ち込めば編集画面が開くので、
最終行あたりに追加すればいい。
参考
https://unix.stackexchange.com/questions/203376/how-to-set-ruby-gem-home-and-gem-path
Author And Source
この問題について(Warning: PATH set to RVM ruby but GEM_HOME and/or GEM_PATH not set, see の解決方法(AWS Cloud9)), 我々は、より多くの情報をここで見つけました https://qiita.com/shyle/items/ab800c652d6952b7ba0c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .