My local system is Ubuntu 14.04 Desktop. I previously had Vagrant 1.3.5 and was upgrading to the latest (1.6.2).
I did the following - Uninstalled vagrant (deleting the /opt/vagrant directory and the /usr/bin/vagrant file) - I then did a install of the debian pacakage (sudo dpkg -i vagrant_1.6.2_x86_64.deb) - 'vagrant -v' shows me 1.6.2 - Any other vagrant command like `vagrant up` or `vagrant init` gives me the error below /opt/vagrant/embedded/gems/gems/bundler-1.6.2/lib/bundler/dsl.rb:92:in >> `gem': You cannot specify the same gem twice with different version >> requirements. (Bundler::GemfileError) > > You specified: vagrant (= 1.6.2) and vagrant (>= 0) > > from /tmp/vagrant20140522-3680-15g89rn2:7:in `block in eval_gemfile' > > from >> /opt/vagrant/embedded/gems/gems/bundler-1.6.2/lib/bundler/dsl.rb:183:in >> `group' > > from /tmp/vagrant20140522-3680-15g89rn2:4:in `eval_gemfile' > > from >> /opt/vagrant/embedded/gems/gems/bundler-1.6.2/lib/bundler/dsl.rb:36:in >> `instance_eval' > > from >> /opt/vagrant/embedded/gems/gems/bundler-1.6.2/lib/bundler/dsl.rb:36:in >> `eval_gemfile' > > from >> /opt/vagrant/embedded/gems/gems/bundler-1.6.2/lib/bundler/dsl.rb:10:in >> `evaluate' > > from >> /opt/vagrant/embedded/gems/gems/bundler-1.6.2/lib/bundler/definition.rb:26:in >> >> `build' > > from /opt/vagrant/embedded/gems/gems/bundler-1.6.2/lib/bundler.rb:153:in >> `definition' > > from /opt/vagrant/embedded/gems/gems/bundler-1.6.2/lib/bundler.rb:116:in >> `setup' > > from >> /opt/vagrant/bin/../embedded/gems/gems/vagrant-1.6.2/bin/vagrant:71:in >> `<main>' > > Google has so far failed me unless I have been searching for the wrong terms. Does anyone else have an idea of what else I can do? Vagrant was previously working fine on 1.3.5 -- Invoke Labs – Business Catalyst Twitter <http://www.twitter.com/InvokeLabs> | Facebook<http://www.facebook.com/InvokeLabs> | LinkedIn <http://www.linkedin.com/company/invoke-labs> | Blog<http://invokelabs.com/blog> *Check out the newest member of our Collective, Cleanify <http://www.cleanify.com>, see our upcoming University of Invoke workshops <http://www.eventbrite.ca/o/invoke-labs-5892948895>, and join us in the woods for the inaugural Community Manager CampAway <http://campaway.invokelabs.com/cm2014>. * -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
