Bonjour,
J'ai installé Virtual Box v5.04 et Vagrant 1.7.4. Précision: je suis sous Windows 8.
Je n'arrive pas à installer de machine virtuelle sur VirtualBox.
On dirait qu'il ne reconnait pas VirtualBox qui est pourtant bien installé !
J'ai suivi toutes les recommandations :
Invite de commandes :
C:\Users\Me>vagrant -v
Vagrant 1.7.4
C:\Users\Me>cd desktop
C:\Users\Me\Desktop>mkdir monprojet
C:\Users\Me\Desktop>cd monprojet
C:\Users\Me\Desktop\monprojet>vagrant init monprojet
https://s3-eu-west-1.amazonaws.com/ffuenf-vagrant-boxes/debian/debian-7.2.0-amd64.boxA `Vagrantfile` has been placed in this directory. You are now ready to `vagrant up` your first virtual environment! Please read the comments in the Vagrantfile as well as documentation on `
vagrantup.com` for more information on using Vagrant.
C:\Users\Me\Desktop\monprojet>vagrant up
No usable default provider could be found for your system.
Vagrant relies on interactions with 3rd party systems, known as"providers", to provide Vagrant with resources to run development environments. Examples are VirtualBox, VMware, Hyper-V.
The easiest solution to this message is to install VirtualBox, which is available for free on all major platforms.
If you believe you already have a provider available, make sure it is properly installed and configured. You can see more details about
why a particular provider isn't working by forcing usage with`vagrant up --provider=PROVIDER`, which should give you a more specific
error message for that particular provider.
Merci pour votre aide