Skip to content

Installing Vagrant from source

joakim edited this page Feb 28, 2011 · 2 revisions

You can install from source to get the bleeding edge of Vagrant.

Clone the git repository out into any directory.

git clone https://github.com/mitchellh/vagrant.git

Then, install the gem.

bundle install
sudo rake install

The dev version will now become the active Vagrant version.

If you want to switch back to the previously active version, simply uninstall the dev version.

gem uninstall vagrant

Choose to remove the ".dev" version.

Clone this wiki locally