ニコニコの吉村先生の「Webプログラミングが面白いほど分かる本」
もう、5年ぐらいいったりきたりしてるんですが、
macのOSをアップグレードしたら、①Virtual BOXが動作しない。②vagrant が動作しない。これじゃ、読み進めないので、対応した際のφ(.. )
① これは、Virtual BOXのバージョンが6だったのが問題
ここで、v7.X をDLして対応。OracleのHPにあるVMだと6.Xしかダウンドーロできないので、お気を付けて
② せっかく、VMが起動するようになっても
vagrant upでもエラーが発生
The provider 'virtualbox' that was requested to back the machine
'default' is reporting that it isn't usable on this system. The
reason is shown below:
Vagrant has detected that you have a version of VirtualBox installed
that is not supported by this version of Vagrant. Please install one of
the supported versions listed below to use Vagrant:
4.0, 4.1, 4.2, 4.3, 5.0, 5.1, 5.2, 6.0, 6.1
A Vagrant update may also be available that adds support for the version
you specified. Please check www.vagrantup.com/downloads.html to download
the latest version.
こんな感じ。
どうやら、vagrantとVMの組み合わせがおかしいみたい。
指示通り、www.vagrantup.com/downloads.html へ行ってみると,
brewコマンドでアップデートして見ろ!との指示
brew install hashicorp/tap/hashicorp-vagrant
さっそくアップデートしてみると、
vagrant up で無事に起動しました
なんの技術的な話もないけど、ご参考までに。
コメント