#!/usr/bin/env bash

 printf "\n\033[32mSYSTEM NOTES:\033[0m"

 printf "\n
If you do not wish to enable reading of per-project .rvmrc files, simply set:
        export rvm_project_rvmrc=0
within either your /etc/rvmrc or \$HOME/.rvmrc file, then log out and back in.
"

  printf "\n\r
You _must_ read 'rvm requirements' for additional OS specific requirements for
various rubies, and native-extension gems. Expect failures until those are met!
"

echo
