I'm following the Learn Ruby on Rails - RailsApps tutorial. In the config section, it talks about opening either .bashrc
or .bash_profile
and seeing a export path command. Both of those files are blank. And the tutorial is asking me to record environment variables in one of those two files. I am assuming the file to be the one with an export path. Since both of my files are blank does it matter which file I record the environment variables to?
Running OS X 10.9.4 and using rvm
.
These are the variables:
export GMAIL_USERNAME="example@gmail.com"
export GMAIL_PASSWORD="Your_Password"
export MAILCHIMP_API_KEY="Your_MailChimp_API_Key"
export MAILCHIMP_LIST_ID="Your_List_ID"
export OWNER_EMAIL="example@gmail.com"