Mac で vagrant のバージョンアップをする

What?

  • Macvagrant のバージョンアップをする

Why?

  • Laravel環境をhomesteadで作ろうとしたらバージョン低すぎて怒られた
$ vagrant up
This Vagrant environment has specified that it requires the Vagrant
version to satisfy the following version requirements:

>= 1.8.4

Solution

  • 作業前
$ vagrant -v
Vagrant 1.8.1
  • Mac用のpkgをダウンロードしてGUIでインストールするだけ

https://www.vagrantup.com/downloads.html

  • 作業後
$ vagrant -v
Vagrant 1.9.1