I am upgrading vagrant 1.7.4 on my mac 10.9.5
After installing it, and running "vagrant -v", I got this error:
-bash: /usr/bin/vagrant: No such file or directory
I tried a couple of solutions but none worked:
- Reinstalled VirtualBox (5.0.4), then reinstalling vagrant
- changed permission the dir: sudo chown -R davidpell /usr/bin/vagrant
/usr/local/bin?config.vm.synced_folder ".", "/vagrant", type: "smb"? make sure not to usesmbsharing folder type, as said can only be used if your host is on windows - maybe you can paste your whole Vagrantfileconfig.vm.synced_folders.each do |id, options| if ! options[:type] options[:type] = "smb" endso you will leave the default and will be good to go