Skip to content

Instantly share code, notes, and snippets.

@davps
Last active November 10, 2015 19:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davps/4bed350c00d262161eb2 to your computer and use it in GitHub Desktop.
Save davps/4bed350c00d262161eb2 to your computer and use it in GitHub Desktop.
Workaround to install Vagrant 1.7.4 on Mac OS X El Capitan

After using the installer vagrant_1.7.4.dmg I got this error when trying to use vagrant from the console on Mac OS X El Capitan:

-bash: vagrant: command not found

So, after reading this bug report hashicorp/vagrant#6034 I created a new bin/ folder in this way:

cd /usr/local
sudo mkdir bin

Then I reinstalled vagrant again using the same installer and it worked fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment