Vagrant Installation: Difference between revisions
Jump to navigation
Jump to search
(→Brew) |
|||
Line 20: | Line 20: | ||
vagrant version | vagrant version | ||
=Uninstallation on Mac= | |||
==Brew== | |||
brew cask uninstall vagrant | |||
Note that it does not remove its [[Vagrant_Concepts#Global_State|global state directory]] ~/.vagrant.d. |
Revision as of 20:22, 17 November 2019
External
Internal
Installation on Mac
Brew
brew cask install vagrant
Manual
https://www.vagrantup.com/downloads.html → .dmg → double-click vagrant.pkg.
Test installation:
vagrant version
Uninstallation on Mac
Brew
brew cask uninstall vagrant
Note that it does not remove its global state directory ~/.vagrant.d.