-
-
Notifications
You must be signed in to change notification settings - Fork 634
Emphasised need to install Virtualbox #775
Conversation
|
Is this just in reference to making sure the version of VirtualBox is the latest version? Also, the text regarding the VMware fusion plugin is a bit incorrect... it won't automatically install either VirtualBox or VMware Fusion just because the paid plugin is present. |
|
The previous version of the test began with "Vagrant will automatically install Virtualbox ..." which encouraged me to think I didn't need to install virtualBox. Which led to unfriendly vagrant error when I did "vagrant up" on drupal vm. So I was trying to rewrite the text to make it bluntly clear that virtualbox needed to be installed. Assuming I've understood that right ... |
|
@jonathanjfshaw - What version of Vagrant do you have installed? I think it was in the 1.7.x range when VirtualBox actually started installing VirtualBox for you if it wasn't installed already. You can find the version with |
|
Vagrant 1.84. But I'm on Windows 10, that may be the issue. It may also be that when I "installed" virtualBox I effectively updated it. Either way I'll modify the PR to attempt to clarify that line. |
|
I uninstalled VirtualBox from my machine (MacOS 10.11.5) to test this premise. Vagrant (v1.8.4) doesn't automatically install VirtualBox when I run
I also tried specifying a default provider by adding
The To me, based on my experience, this documentation is wrong. But it could just be a quirk with my system. |
|
@jayusa123 - Interesting... on my Windows laptop, I just tested by uninstalling VirtualBox, and Vagrant automatically installed it when I ran But yeah, we might still want to encourage people to manually install VirtualBox. |
|
I'm updating the docs to recommend installing VirtualBox manually again, just because it seems to be updated regularly enough that the Vagrant-installed version will always be quite behind. |
No description provided.