Created
February 6, 2013 22:09
-
-
Save mkb/4726347 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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