2013-09-03 18:08:28 +00:00
|
|
|
---
|
2013-09-06 16:08:09 +00:00
|
|
|
page_title: "Installing Vagrant"
|
2013-09-03 18:08:28 +00:00
|
|
|
sidebar_current: "installation"
|
|
|
|
---
|
|
|
|
|
|
|
|
# Installing Vagrant
|
|
|
|
|
|
|
|
Installing Vagrant is extremely easy. Head over to the
|
2013-12-10 14:22:18 +00:00
|
|
|
[downloads page](http://www.vagrantup.com/downloads) and get the appropriate
|
2013-09-03 18:08:28 +00:00
|
|
|
installer or package for your platform. Then install it using standard
|
|
|
|
procedures for your operating system.
|
|
|
|
|
|
|
|
The installer will automatically add `vagrant` to your system path
|
|
|
|
so that it is available in terminals. If it is not found, please try
|
|
|
|
logging out and logging back in to your system (this is particularly necessary sometimes
|
|
|
|
for Windows).
|
|
|
|
|
|
|
|
If you have an old version of Vagrant 1.0.x installed via [RubyGems](http://en.wikipedia.org/wiki/RubyGems),
|
|
|
|
please remove it prior to installing a newer version of Vagrant.
|
|
|
|
|
|
|
|
<div class="alert alert-info">
|
|
|
|
<h3>Gem Install?</h3>
|
|
|
|
<p>
|
|
|
|
Vagrant 1.0.x had the option to be installed as a
|
|
|
|
<a href="http://en.wikipedia.org/wiki/RubyGems">RubyGem</a>. This
|
|
|
|
installation method has been removed for installers and packages only.
|
|
|
|
</p>
|
|
|
|
</div>
|