Here is a stack overflow thread of this question: http://superuser.com/questions/704039/vagrant-run-command-where-what-and-why
Essentially, I am following this tutorial: https://github.com/honza/django-chef and I am asked to do this: Quick start $ git clone git://github.com/honza/django-chef.git $ cd django-chef # add yourself to the "users" array in the Vagrantfile $ sudo echo "127.0.0.1 example.example.com" >> /etc/hosts $ vagrant up $ fab vagrant:honza bootstrap # replace with your name $ vagrant ssh $ run Then open your browser to http://example.example.com:3456. This is what I got when I tried to do this (After already running the "vagrant up" command successfully): http://i41.tinypic.com/288tf14.png Everything after "vagrant up" is new to me because when I followed this tutorial: http://scotch.io/tutorials/get-vagrant-up-and-running-in-no-time, I didn't have to do any of that. I still managed to do all of it, but I am getting this "run: command not found" on the last step. So, *What is the "run command?* *Why do I need it in this case?* *Where is it, if it can't be found?* Thanks, Michael Snowden -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
