I have been trying to export the $PATH of a guest vm to be able to use the minishift command. This is what I have in the Vagrantfile, but I am unable to figure out, why it is not working?Can anyone please help me with this?
mvm.vm.provision :shell, :inline => "echo 'export PATH=$PATH:~/minishift-1.7.0-linux-amd64' >>~/.bashrc"