Created
October 25, 2017 01:45
-
-
Save ejlp12/059373f1785c52114d778a4ee7277ccb to your computer and use it in GitHub Desktop.
upgrade vagrant on mac os-x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew cask reinstall vagrant | |
# this might take a long time | |
vagrant plugin update |
brew tap homebrew/cask
Before all to be sure to get the latest release
brew reinstall --cask vagrant
has been replaced with brew reinstall vagrant --cask
in macOS Ventura, I had to run brew upgrade
too, aside from this, your solution worked like a charm!
Thank you
It worked for me on MAC OS Sonoma 14.1.2. Thank you
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This works:
brew reinstall --cask vagrant
vagrant plugin update