I'm using ubuntu, zshrc, and after installing rails, using
gem rvm all do gem install rails
and getting a successful install, i'm getting a
zsh: command not found: rails
I'm guessing this has to do with my ~/.zshrc file
I have this at the end of it:
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
export PATH=$PATH:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
I'm a noob at understanding how paths work, any idea how to get terminal to recognize rails commands?