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?