vvm-rb

<img src=“” alt=“Gem Version” /> <img src=“” alt=“Dependency Status” /> <img src=“” /> <img src=“” alt=“Coverage Status” /> <img src=“” />

vim version manager : forked from github.com/kana/vim-version-manager

Requirements

ruby >= 1.9

Install

$ gem install vvm-rb

or

$ git clone https://github.com/calorie/vvm-rb.git
$ cd vvm-rb
$ bundle install
$ rake install

Usage

please add the following line into your ~/.bash_login etc:

test -f ~/.vvm-rb/etc/login && source ~/.vvm-rb/etc/login

you can set own root:

export VVMROOT=/your/vvm-rb/root/path
test -f $VVMROOT/etc/login && source $VVMROOT/etc/login

you can set your default options of configure:

export VVMOPT="--enable-rubyinterp --enable-pythoninterp"

Commands Examples

$ vvm-rb help
$ vvm-rb install 7.4.103 --enable-rubyinterp
$ vvm-rb install --use latest
$ vvm-rb reinstall 7.4.103
$ vvm-rb rebuild 7.4.103 --enable-rubyinterp --enable-pythoninterp
$ vvm-rb use 7.4.103
$ vvm-rb list
$ vvm-rb versions
$ vvm-rb uninstall 7.4.103
$ vvm-rb update

after use command, you have to reload shell:

$ exec $SHELL

Uninstall

$ gem uninstall vvm-rb
$ rm -rf ~/.vvm-rb

Contributing to vvm-rb

  • Check out the latest master to make sure the feature hasn’t been implemented or the bug hasn’t been fixed yet.

  • Check out the issue tracker to make sure someone already hasn’t requested it and/or contributed it.

  • Fork the project.

  • Start a feature/bugfix branch.

  • Commit and push until you are happy with your contribution.

  • Make sure to add tests for it. This is important so I don’t break it in a future version unintentionally.

  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright © 2013 Yuu Shigetani. See LICENSE.txt for further details.