Skip to content

Instantly share code, notes, and snippets.

@joefiorini
Created March 16, 2015 15:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joefiorini/1568c66d9a3f5b46242e to your computer and use it in GitHub Desktop.
Save joefiorini/1568c66d9a3f5b46242e to your computer and use it in GitHub Desktop.
RUBY_VERSION=2.1.2
RUBY_ENGINE=ruby
export RUBY_ROOT=$(pwd)/vruby/ruby-$RUBY_VERSION
export GEM_HOME="./.gem/$RUBY_ENGINE/$RUBY_VERSION"
export GEM_PATH=$GEM_HOME
export PATH=$GEM_HOME/bin:$RUBY_ROOT/bin:$PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment