Install Vagrant
Vagrant is distributed as a binary package for all supported platforms and architectures. You can also compile Vagrant from source, which is covered in the README.
Install Vagrant
To install Vagrant, first find the appropriate package for
your system and download it. Vagrant is packaged as an operating-specific
package. Run the installer for your system. The installer will automatically add
vagrant
to your system path so that it is available in terminals.
We highly recommend using the official installers on the downloads page. There may be differences between system package managers and the official installers that can lead to inconsistent experiences.
Verify the installation
After installing Vagrant, verify the installation worked by opening a new
command prompt or console, and checking that vagrant
is available.
Tip
If you receive an error that Vagrant is not found, try logging out and logging back in to your system (particularly necessary for Windows).
You have successfully downloaded and installed Vagrant! Continue to the next tutorial to set up your first Vagrant project.