Skip to content

Instantly share code, notes, and snippets.

@nnzo
Created April 18, 2020 05:47
Show Gist options
  • Save nnzo/29274be418f24a994d9bbe60d2af19f1 to your computer and use it in GitHub Desktop.
Save nnzo/29274be418f24a994d9bbe60d2af19f1 to your computer and use it in GitHub Desktop.
gem or bundler arn't working after installing rvm? (bundler command not found, gem command not found, gem, rvm)

Have you installed ruby through RVM and gem or bundler aren't working?

Most likely you have forgotten to run source ~/.rvm/scripts/rvm.

If that doesn't work, try source /etc/profile.d/rvm.sh and restart the terminal.

Hope I helped :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment