Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 374 Bytes

ruby.md

File metadata and controls

14 lines (12 loc) · 374 Bytes

Installing Ruby and Gems

First, install Ruby using rbenv, by calling the following script:

scripts/install_ruby.sh
  • this will build and install Ruby in .rbenv/, using rbenv and ruby-build
  • you will need to re-run source environ.sh afterward

Then install gems by running

bundle install

If all went well, you can now run the *.rb executables