mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
In OS packages ruby2 comes embedded, but if you install vagrant from sources, you should execute vagrant with ruby2.
At least, with ruby 1.9.1 and using docker as a provisioner, it gives the error:
/var/lib/gems/1.9.1/gems/vagrant-1.4.1.dev/plugins/provisioners/docker/plugin.rb:13:in `require_relative': /var/lib/gems/1.9.1/gems/vagrant-1.4.1.dev/plugins/provisioners/docker/config.rb:23: syntax error, unexpected tPOW (SyntaxError)
def run(name, **options)
This commit is contained in:
parent
edb59ebeff
commit
7f6702e71b
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@ If you want the bleeding edge version of Vagrant, we try to keep master pretty s
|
|||
and you're welcome to give it a shot. The following is an example showing how to do this:
|
||||
|
||||
rake install
|
||||
|
||||
Ruby 2.0 is needed.
|
||||
|
||||
## Contributing to Vagrant
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue