#!/bin/bash
export GEM_PATH=${GEM_PATH:=`scl enable ea-ruby24 -- ruby -e "print Gem.path.join(':')"`}
exec scl enable ea-ruby24 bash
