I have been trying to export the $PATH of a guest virtual machine so that I could use minishift command. I have following in the Vagrantfile, but something is not right? Can anyone help me with this query?
mvm.vm.provision :shell, :inline => "echo 'export PATH=$PATH:~/minishift-1.7.0-linux-amd64' >>~/.bashrc"
Thanks