Skip to content

Instantly share code, notes, and snippets.

@mpapis
Forked from FooBarWidget/gist:5143568
Last active December 14, 2015 20:28
Show Gist options
  • Select an option

  • Save mpapis/5143919 to your computer and use it in GitHub Desktop.

Select an option

Save mpapis/5143919 to your computer and use it in GitHub Desktop.

When RVM is installed as single-user

Your RVM wrapper scripts are too old, or some wrapper scripts are missing. Please update/regenerate them first by running:

rvm get stable && rvm reload && rvm repair all

If that doesn't seem to work, please run:

rvm wrapper #{rvm_ruby_string} --no-prefix --all

When RVM is installed as multi-user

Your RVM wrapper scripts are too old, or some wrapper scripts are missing. Please update/regenerate them first by running:

rvmsudo rvm get stable && rvm reload && rvmsudo rvm repair all

If that doesn't seem to work, please run:

rvmsudo rvm wrapper #{rvm_ruby_string} --no-prefix --all

When RVM is installed in mixed mode

Your RVM wrapper scripts are too old, or some wrapper scripts are missing. Please update/regenerate them first by running:

rvmsudo rvm get stable && rvm reload && rvm repair all

If that doesn't seem to work, please run:

rvm wrapper #{rvm_ruby_string} --no-prefix --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment