If you look at the removal of the script, including in the Vagrant DMG, this applies to / usr / local / bin, which does not exist. It should be error handling (Vagrant pkg installer) and create it (permissions / ownership, etc.), but it is not.
You need mkdir / usr / local / bin. I tried to use the symbolic link between / usr / bin / vagrant (since / usr / bin exists in the path) for / opt / vagrant / bin / vagrant, but this does not work, as later in life, Vagrant refers to the hard mod on / usr / local / bin / vagrant because its stupid.
$ sudo mkdir /usr/local/bin
If you understand this, this should be done with proper ownership, etc. Now just restart the Vagrant pkg installer.
source share