Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. ~/MyVagrant/MyCentOS$ vagrant up
  2. No usable default provider could be found for your system.
  3.  
  4. Vagrant relies on interactions with 3rd party systems, known as
  5. "providers", to provide Vagrant with resources to run development
  6. environments. Examples are VirtualBox, VMware, Hyper-V.
  7.  
  8. The easiest solution to this message is to install VirtualBox, which
  9. is available for free on all major platforms.
  10.  
  11. If you believe you already have a provider available, make sure it
  12. is properly installed and configured. You can see more details about
  13. why a particular provider isn't working by forcing usage with
  14. `vagrant up --provider=PROVIDER`, which should give you a more specific
  15. error message for that particular provider.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement