Depending on witch variable is missing we have to add different lines of Code to our ~/.bshrc
or/and ~/.zshrc
files.
Ruby
export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
export PATH="$PATH:$GEM_HOME/bin"
Depending on witch variable is missing we have to add different lines of Code to our ~/.bshrc
or/and ~/.zshrc
files.
export GEM_HOME="$(ruby -e 'puts Gem.user_dir')"
export PATH="$PATH:$GEM_HOME/bin"