This is the command rbenv that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
rbenv - Simple Ruby Version Management
USAGE
Initialize rbenv for your acccount:
$ rbenv init
$ echo 'eval "$(rbenv init -)"' >> ~/.bashrc
# restart your shell after this
Install different Ruby interpreters (requires the ruby-install package):
$ rbenv install 1.9.2-p290
Switch between different Ruby interpreters:
$ rbenv global 1.9.2-p290
$ ruby -v
ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-linux]
$ rbenv global system
$ ruby -v
ruby [whatever version of Ruby Debian provides by default]
The original rbenv README with a more comprehensive documentation, including all of the
available commands, is available at /usr/share/doc/rbenv/README.md.gz
ABOUT
This manual page was written for the Debian system by Antonio Terceiro
<[email protected]> and may be used by others.
2015-01-29 RBENV(1)
Use rbenv online using onworks.net services