Will heroku tools last more than one session
After running through the exercise I found that the heroku tools did not work the next time I used 'Vagrant up'. Is there something I need to set to make sure that these tools stay available?
Sorry You must be a logged in, registered user to answer a question.
Answers
So long as you're doing vagrant halt and not vagrant destroy, they should stay around. vagrant destroy deletes the VM while vagrant halt just suspends it.