I'm a bit inexperienced with vagrant so perhaps I am doing something wrong. I cloned the rails-starter-box repo and followed all the README instruction. When I 'vagrant ssh' into the box after 'vagrant up', the programs that are supposed to be in the box already are not, such as git, rvm, rails, bundle, etc. Using these commands result in the following (in the example of git):
"The program 'git' is currently not installed. You can install it by typing sudo apt-get install git"
Yet, I'm able to fully interact with the box otherwise, such as install packages, manipulate and navigate directories, etc.
Is there some fundamental step I'm missing that is not in the README?
I'm a bit inexperienced with vagrant so perhaps I am doing something wrong. I cloned the rails-starter-box repo and followed all the README instruction. When I 'vagrant ssh' into the box after 'vagrant up', the programs that are supposed to be in the box already are not, such as git, rvm, rails, bundle, etc. Using these commands result in the following (in the example of git):
"The program 'git' is currently not installed. You can install it by typing sudo apt-get install git"
Yet, I'm able to fully interact with the box otherwise, such as install packages, manipulate and navigate directories, etc.
Is there some fundamental step I'm missing that is not in the README?