ruby bundle install fails with (Errno::EEXIST) -


i'm on ubuntu 12.10. installed rvm , ruby 1.9.3 on top of , gem rails , bundle. trying run

bundle install 

or better so

rvmsudo bundle install 

both gives me same error:

fetching git://github.com/resque/resque.git unfortunately, fatal error has occurred. please see bundler troubleshooting documentation @ http://bit.ly/bundler-issues. thanks! /home/snir/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/fileutils.rb:247:in `mkdir': file exists - /home/snir/.rvm/bin/bundle (errno::eexist)     /home/snir/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/fileutils.rb:247:in `fu_mkdir'     /home/snir/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/fileutils.rb:221:in `block (2 levels) in mkdir_p'     /home/snir/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/fileutils.rb:219:in `reverse_each'     /home/snir/.rvm/rubies/ruby-1.9.3-p392/lib/ruby/1.9.1/fileutils.rb:219:in `block in mkdir_p' 

and goes..

i not around it. reinstalling bundle didn't help, reinstall ruby , didn't remove rvm , reinstalled , problem remains. wrong?

error '/home/snir/.rvm/bin/bundle' exists.

i check see if dir exists, , write permission on is.

my guess made dir sudo or , can't written to.

perhaps rm it, , try again?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -