28 lines
982 B
Markdown
28 lines
982 B
Markdown
|
---
|
||
|
sidebar_current: "installation"
|
||
|
---
|
||
|
|
||
|
# Installing Vagrant
|
||
|
|
||
|
Installing Vagrant is extremely easy. Head over to the
|
||
|
[downloads page](http://downloads.vagrantup.com/) and get the appropriate
|
||
|
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>
|