Skip to content

Instantly share code, notes, and snippets.

@kevinrutherford
Created June 18, 2012 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinrutherford/2950521 to your computer and use it in GitHub Desktop.
Save kevinrutherford/2950521 to your computer and use it in GitHub Desktop.
$ ls -l /home/kevin/.rvm/gems/ruby-1.9.3-p194@global/bin
total 16
-rwxr-xr-x 1 kevin kevin 395 Jun 18 20:49 bundle
-rwxr-xr-x 1 kevin kevin 384 Jun 18 20:49 rake
-rwxr-xr-x 1 kevin kevin 444 Jun 18 20:49 rubygems-bundler-uninstaller
-rwxrwxr-x 1 kevin kevin 296 Jun 18 19:56 ruby_noexec_wrapper
$ rvm use @global
Using /home/kevin/.rvm/gems/ruby-1.9.3-p194 with gemset global
$ gem install rubygems-bundler
Successfully installed rubygems-bundler-1.0.2
1 gem installed
$ gem regenerate_binstubs
bundler 1.1.4
rake 0.9.2.2
rubygems-bundler 1.0.2
$ rake -T
/usr/bin/env: ruby_bundler_wrapper: No such file or directory
$ head -1 `which rake`
#!/usr/bin/env ruby_bundler_wrapper
$ which rake
/home/kevin/.rvm/gems/ruby-1.9.3-p194@global/bin/rake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment