Skip to content

Instantly share code, notes, and snippets.

@baburdick
Created October 16, 2012 23:06
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 baburdick/3902641 to your computer and use it in GitHub Desktop.
Save baburdick/3902641 to your computer and use it in GitHub Desktop.
rvm install is asking to overwrite every file
$ rvm --version
rvm 1.16.13 (master) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
$ rvm install 1.9.3
No binary rubies available for: osx/10.7/x86_64/ruby-1.9.3-p286.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing Ruby from source to: /Users/bruceb/.rvm/rubies/ruby-1.9.3-p286, this may take a while depending on your cpu(s)...
ruby-1.9.3-p286 - #downloading ruby-1.9.3-p286, this may take a while depending on your connection...
ruby-1.9.3-p286 - #extracting ruby-1.9.3-p286 to /Users/bruceb/.rvm/src/ruby-1.9.3-p286
‘/Users/bruceb/.rvm/tmp/rvm_src_1723/ruby-1.9.3-p286’ -> ‘/Users/bruceb/.rvm/src/ruby-1.9.3-p286’
ruby-1.9.3-p286 - #extracted to /Users/bruceb/.rvm/src/ruby-1.9.3-p286
ruby-1.9.3-p286 - #configuring
ruby-1.9.3-p286 - #compiling
ruby-1.9.3-p286 - #installing
Removing old Rubygems files...
Installing rubygems-1.8.24 for ruby-1.9.3-p286 ...
Installation of rubygems completed successfully.
Saving wrappers to '/Users/bruceb/.rvm/bin'.
ruby-1.9.3-p286 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
cp: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/gem’? y
‘/Users/bruceb/.rvm/src/ruby-1.9.3-p286/bin/gem’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/gem’
mv: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/gem’? y
‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/gem.new’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/gem’
cp: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/irb’? y
‘/Users/bruceb/.rvm/src/ruby-1.9.3-p286/bin/irb’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/irb’
mv: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/irb’? y
‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/irb.new’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/irb’
cp: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/erb’? y
‘/Users/bruceb/.rvm/src/ruby-1.9.3-p286/bin/erb’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/erb’
mv: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/erb’? y
‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/erb.new’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/erb’
cp: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/ri’? y
‘/Users/bruceb/.rvm/src/ruby-1.9.3-p286/bin/ri’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/ri’
mv: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/ri’? y
‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/ri.new’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/ri’
cp: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/rdoc’? y
‘/Users/bruceb/.rvm/src/ruby-1.9.3-p286/bin/rdoc’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/rdoc’
mv: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/rdoc’? y
‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/rdoc.new’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/rdoc’
cp: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/testrb’? y
‘/Users/bruceb/.rvm/src/ruby-1.9.3-p286/bin/testrb’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/testrb’
mv: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/testrb’? y
‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/testrb.new’ -> ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/testrb’
cp: overwrite ‘/Users/bruceb/.rvm/rubies/ruby-1.9.3-p286/bin/rake’? ^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment