Skip to content

Instantly share code, notes, and snippets.

@joselo
Created July 24, 2011 22:08
Show Gist options
  • Save joselo/1103170 to your computer and use it in GitHub Desktop.
Save joselo/1103170 to your computer and use it in GitHub Desktop.
.rvmrc demo file
if [[ -n "$rvm_environments_path" && -s "$rvm_environments_path/ruby-1.9.2-p180@project_name" ]] ; then
\. "$rvm_environments_path/ruby-1.9.2-p180@project_name"
else
rvm --create use "ruby-1.9.2-p180@project_name"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment