上QQ阅读APP看书,第一时间看更新
Installing Vagrant on macOS 10.13.3
It's time to install Vagrant:
- Visit the official Vagrant website, https://www.vagrantup.com/. The best way would be to use your system's internet browser, such as Firefox.
- Click on Download 2.0.4 on the homepage or the Download link in the top-right navigation menu. This will load the Vagrant download page.
- The current version of Vagrant only supports the 64-bit version of macOS. We will be using that one. Click on the link to start the download.
- Once the download has finished, click on the .dmg file to open the Vagrant installer. The Mac system will open and verify the Vagrant installer.
- Once the verification has completed, you will see a temporary splash screen. Click on the vagrant.pkg icon to run the installer.
- You should see the Introduction screen of the installer. Click on the Continue button to start the process.
- You have the option to change Vagrant's installation location.You may do this as you wish, but for the sake of simplicity and consistency, we will leave it as the default location. If you are happy to proceed, click on the Install button.
- Your system may ask you to log in to allow the installer to continue. Please enter your username (this may already be filled out) and your system password. Click the Install Software button to continue.
- The installation will begin. If the installation was successful, you should see the The installation was successful screen.
You may now click on the Close button to close the installer. Vagrant has no graphical user interface, so we can verify that is has been installed by running the vagrant -v command, which should output which version of Vagrant that we are running:
As you can see from my Terminal output, the macOS system is running Vagrant version 2.0.4. Congratulations! You have successfully installed Vagrant onto your macOS system.