Skip to content

Instantly share code, notes, and snippets.

@ejlp12
Created October 25, 2017 01:45
Show Gist options
  • Star 17 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save ejlp12/059373f1785c52114d778a4ee7277ccb to your computer and use it in GitHub Desktop.
Save ejlp12/059373f1785c52114d778a4ee7277ccb to your computer and use it in GitHub Desktop.
upgrade vagrant on mac os-x
brew cask reinstall vagrant
# this might take a long time
vagrant plugin update
@NicBeltramelli
Copy link

This works:

brew reinstall --cask vagrant
vagrant plugin update

@FuviTeam
Copy link

brew tap homebrew/cask

Before all to be sure to get the latest release

@ayhameed
Copy link

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

@hariiisai
Copy link

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