Skip to content

Instantly share code, notes, and snippets.

@mkb
Created February 6, 2013 22:09
Show Gist options
  • Select an option

  • Save mkb/4726347 to your computer and use it in GitHub Desktop.

Select an option

Save mkb/4726347 to your computer and use it in GitHub Desktop.
export rvm_path=$HOME/.rvm
rvm_gemset_create_on_use_flag=1
rvm_install_on_use_flag=1
export rvm_project_rvmrc=1
rvm_auto_reload_flag=1
rvm_keep_gemset_defaults_flag=1
rvm_without_gems=rubygems-bundler,rvm
rvm_with_gems=powder,awesome_print
if [[ $('uname') == 'Darwin' ]]; then
export CC=/usr/bin/gcc-4.2
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment