Skip to content

Instantly share code, notes, and snippets.

@Sutto
Forked from joeybeninghove/gist:477206
Created July 15, 2010 17:12
Show Gist options
  • Save Sutto/477220 to your computer and use it in GitHub Desktop.
Save Sutto/477220 to your computer and use it in GitHub Desktop.
set :default_environment, {
'PATH' => '/home/joey/.rvm/gems/ree-1.8.7-2010.02@vk/bin:/home/joey/.rvm/gems/ree-1.8.7-2010.02@global/bin:/home/joey/.rvm/rubies/ree-1.8.7-2010.02/bin:/home/joey/.rvm/bin:$PATH',
'RUBY_VERSION' => 'ree-1.8.7-2010.02',
'GEM_HOME' => '/home/joey/.rvm/gems/ree-1.8.7-2010.02@vk',
'GEM_PATH' => '/home/joey/.rvm/gems/ree-1.8.7-2010.02@vk:/home/joey/.rvm/gems/ree-1.8.7-2010.0@global',
'BUNDLE_PATH' => '/home/joey/.rvm/gems/ree-1.8.7-2010.02@vk' # If you are using bundler.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment