4
I am new to vagrant and I'm trying to follow a tutorial I found online for setting up an open-source web application. I have installed vagrant successfully. My problem is that when I try to run the command
vagrant gem install "anything"
I get the error
Usage: vagrant [-v] [-h] command [<args>]
-v, --version Print the version and exit.
-h, --help Print this help.
Available subcommands:
box
destroy
halt
init
package
plugin
provision
reload
resume
ssh
ssh-config
status
suspend
up
For help on any individual command run `vagrant COMMAND -h`
What the heck is going on?
1
vagrant gem install
is for Vagrant version <= 1.0. – msanford – 2014-08-22T19:31:39.250You got it all wrong, gem install is a ruby command. Vagrant is a VM management utility. – None – 2013-03-30T12:05:04.313
@Radoo - actually, if you go out and look, you'll find that much of the documentation, and many of the tutorials out there indicate that "vagrant gem install" should be valid. If I'm reading correctly, whether this is valid or not may vary depending on how Vagrant itself was installed, oddly enough. – jwismar – 2013-05-17T00:52:52.507