Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vagrant has detected that you have a version of VirtualBox installed that is not supported

I am working my way through http://gettingstartedwithdjango.com/en/lessons/introduction-and-launch/

I am working on win7 and using git-bash for my terminal. I have gotten to :

Shared Folders
After the ./postinstall.sh step, exit SSH Run vagrant halt.

I tried to run vagrant halt and got:

vagrant@precise64:~$ vagrant halt 
Vagrant has detected that you have a version of VirtualBox installed that is not supported. Please install one of the supported versions listed below to use Vagrant:

4.0, 4.1

I have installed the latest virtualbox - 4.2.12

what do I do now?

like image 930
user1592380 Avatar asked Sep 21 '25 11:09

user1592380


1 Answers

You have an old version of vagrant. Just uninstall the current one, and install the latest one.

https://releases.hashicorp.com/vagrant/

like image 95
Games Brainiac Avatar answered Sep 22 '25 23:09

Games Brainiac